1
Fork 0

Compress jquery a little

This commit is contained in:
Jake Howard 2016-01-18 22:47:14 +00:00
parent 16f2922ea5
commit dd67f18658

View file

@ -32,7 +32,7 @@ then
uglifyjs node_modules/jquery/dist/jquery.js --compress --screw-ie8 --define --stats --keep-fnames -o static/build/js/jquery.js uglifyjs node_modules/jquery/dist/jquery.js --compress --screw-ie8 --define --stats --keep-fnames -o static/build/js/jquery.js
else else
echo ">> Building jQuery..." echo ">> Building jQuery..."
cp node_modules/jquery/dist/jquery.js static/build/js/jquery.js uglifyjs node_modules/jquery/dist/jquery.js --screw-ie8 --stats --keep-fnames -o static/build/js/jquery.js
fi fi