Skip to content

Commit

Permalink
Optimize build process
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetitcolas committed May 29, 2015
1 parent 95eb46e commit f67638c
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 60 deletions.
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
Loading

0 comments on commit f67638c

Please sign in to comment.