diff options
| author | Jacob Thornton <[email protected]> | 2011-11-20 21:45:09 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-11-20 21:45:09 -0800 |
| commit | 13a59a0124c31c94fdfd4f770da506bae5dc147a (patch) | |
| tree | b9e39c967af83bd68d032eb2dd3443e84f800ff7 /Makefile | |
| parent | 721e7b85d750de950f4762a8c1cf6a26113eb373 (diff) | |
| download | bootstrap-13a59a0124c31c94fdfd4f770da506bae5dc147a.tar.xz bootstrap-13a59a0124c31c94fdfd4f770da506bae5dc147a.zip | |
remove js min from repo
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}; \ @@ -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;\ |
