Commit 426c4051 authored by Elias Nahum's avatar Elias Nahum

Move src to webapp

parent c3816257
......@@ -38,7 +38,7 @@ stop:
clean:
@echo Cleaning Webapp
@rm -rf dist
@rm -rf webapp/dist
@rm -f .npminstall
nuke:
......
......@@ -17,9 +17,9 @@ if (NPM_TARGET === 'run' || NPM_TARGET === 'run-fullmap') {
}
var config = {
entry: ['babel-polyfill', './src/index.jsx', 'src/index.html'],
entry: ['babel-polyfill', './webapp/index.jsx', 'webapp/index.html'],
output: {
path: 'dist',
path: 'webapp/dist',
publicPath: '/',
filename: 'bundle.js'
},
......@@ -73,7 +73,7 @@ var config = {
},
plugins: [
new CopyWebpackPlugin([
{from: 'src/config', to: 'config'}
{from: 'webapp/config', to: 'config'}
]),
new webpack.ProvidePlugin({
'window.jQuery': 'jquery'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment