Added new cleanup and copy scripts

This commit is contained in:
Chris
2015-09-08 19:42:25 +02:00
parent 6120960959
commit c9ad7660cf
3 changed files with 25 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ var config = {
port: port,
debug: true,
output: {
path: path.join(__dirname, 'dist'),
path: path.join(__dirname, 'dist/assets'),
filename: 'app.js',
publicPath: publicPath
},