Update asset paths and task execution

This commit is contained in:
gconsidine
2017-07-21 16:01:14 -04:00
parent 86fb6116a0
commit f2e132f3fe
11 changed files with 119 additions and 73 deletions

View File

@@ -52,7 +52,7 @@ var baseConfig = function() {
},
output: {
path: './static/',
filename: 'tower.js'
filename: 'app.js'
},
plugins: [
// vendor shims:
@@ -66,7 +66,7 @@ var baseConfig = function() {
'jsyaml': 'js-yaml',
'jsonlint': 'codemirror.jsonlint'
}),
new webpack.optimize.CommonsChunkPlugin('vendor', 'tower.vendor.js')
new webpack.optimize.CommonsChunkPlugin('vendor', 'app.vendor.js')
],
module: {
loaders: [