diff --git a/Makefile b/Makefile index cf9ff27d..117b451b 100644 --- a/Makefile +++ b/Makefile @@ -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: