Updated: working version

This commit is contained in:
buchslava
2015-10-12 13:28:34 +03:00
parent b15fd587ae
commit 9edba490fc
10 changed files with 855 additions and 10 deletions

View File

@@ -64,6 +64,15 @@ var config = {
inline: true,
colors: true,
historyApiFallback: true,
proxy: {
'*/api/*': 'http://localhost:3000/'
},
/*noInfo: false,
hot: true,
inline: true,
devtool: 'eval',*/
contentBase: src,
publicPath: dest
},