Skip to content

Commit

Permalink
Update build to fix issues on MacOS (fixes #515)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetitcolas committed Jun 17, 2015
1 parent f38b0ac commit 1289081
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 @@ -10,7 +10,7 @@ run:

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

test:
Expand Down

0 comments on commit 1289081

Please sign in to comment.