Compress jquery a little
This commit is contained in:
parent
16f2922ea5
commit
dd67f18658
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue