Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Enable uglify compression, for about 50% size improvement. Fixes #1803
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Nov 17, 2016
1 parent 900b666 commit 80e84e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-scripts/bundle_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build() {
-e "$@"
if [[ -z "$NO_UGLIFY" ]] ; then
echo -n "minimizing... "
uglifyjs -o "$dest" "$dest"
uglifyjs -c -o "$dest" "$dest"
fi
echo "done."
}
Expand Down

0 comments on commit 80e84e8

Please sign in to comment.