2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

remove js min from repo

This commit is contained in:
Jacob Thornton
2011-11-20 21:45:09 -08:00
parent 721e7b85d7
commit 13a59a0124
10 changed files with 3 additions and 147 deletions
+2 -2
View File
@@ -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;\