Refactoring to use Google Angular Best Practices.

This commit is contained in:
Gunther Brunner
2014-02-18 19:26:30 +09:00
parent 6df8ed7184
commit 80d0bb7ad2
12 changed files with 29 additions and 49 deletions

View File

@@ -6,7 +6,8 @@ var pathutil = require('../util/pathutil')
module.exports = webpackMiddleware(webpack({
cache: true,
debug: true,
devtool: 'eval-source-map',
// devtool: 'eval-source-map',
devtool: 'eval',
entry: pathutil.resource('app') + '/app.js',
output: {
path: '/static/build/',