Skip to content

Commit

Permalink
Optimize build process
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetitcolas committed Jun 1, 2015
1 parent 790869d commit b214ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ run:
@grunt

build:
@NODE_ENV=production ./node_modules/webpack/bin/webpack.js -p --progress
@NODE_ENV=production ./node_modules/webpack/bin/webpack.js -p --optimize-minimize --optimize-occurence-order --optimize-dedupe --progress
@cp -Rf build/* examples/blog/build/
@echo "Files build/ng-admin.min.css and build/ng-admin.min.js updated (with minification)"

Expand Down

0 comments on commit b214ae7

Please # to comment.