Skip to content

Commit

Permalink
remove js min from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Nov 21, 2011
1 parent 721e7b8 commit 13a59a0
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 147 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*~
.DS_Store
thumbs.db
js/min
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LESS_COMPRESSOR ?= `which lessc`
UGLIFY_JS ?= `which uglifyjs`
WATCHR ?= `which watchr`

build: uglify
build:
@@if test ! -z ${LESS_COMPRESSOR}; then \
sed -e 's/@VERSION/'"v${VERSION}"'/' -e 's/@DATE/'"${DATE}"'/' <${BOOTSTRAP_LESS} >${BOOTSTRAP_LESS}.tmp; \
lessc ${BOOTSTRAP_LESS}.tmp > ${BOOTSTRAP}; \
Expand All @@ -19,7 +19,7 @@ build: uglify
echo "You can install it by running: npm install less -g"; \
fi

uglify:
js/min:
@@if test ! -z ${UGLIFY_JS}; then \
mkdir -p js/min; \
uglifyjs -o js/min/bootstrap-alerts.min.js js/bootstrap-alerts.js;\
Expand Down
18 changes: 0 additions & 18 deletions js/min/bootstrap-alerts.min.js

This file was deleted.

18 changes: 0 additions & 18 deletions js/min/bootstrap-buttons.min.js

This file was deleted.

18 changes: 0 additions & 18 deletions js/min/bootstrap-dropdown.min.js

This file was deleted.

18 changes: 0 additions & 18 deletions js/min/bootstrap-modal.min.js

This file was deleted.

18 changes: 0 additions & 18 deletions js/min/bootstrap-popover.min.js

This file was deleted.

18 changes: 0 additions & 18 deletions js/min/bootstrap-scrollspy.min.js

This file was deleted.

18 changes: 0 additions & 18 deletions js/min/bootstrap-tabs.min.js

This file was deleted.

19 changes: 0 additions & 19 deletions js/min/bootstrap-twipsy.min.js

This file was deleted.

0 comments on commit 13a59a0

Please sign in to comment.