aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-11-20 21:45:09 -0800
committerJacob Thornton <[email protected]>2011-11-20 21:45:09 -0800
commit13a59a0124c31c94fdfd4f770da506bae5dc147a (patch)
treeb9e39c967af83bd68d032eb2dd3443e84f800ff7 /Makefile
parent721e7b85d750de950f4762a8c1cf6a26113eb373 (diff)
downloadbootstrap-13a59a0124c31c94fdfd4f770da506bae5dc147a.tar.xz
bootstrap-13a59a0124c31c94fdfd4f770da506bae5dc147a.zip
remove js min from repo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 940a4388d..0ccb680e6 100644
--- a/Makefile
+++ b/Makefile
@@ -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;\