[build] switch to webpack from browserify

This commit is contained in:
spalger
2016-05-02 18:13:45 -07:00
parent 569280ea4b
commit 98d6b4b172
8 changed files with 111 additions and 60 deletions

5
grunt/config/webpack.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
browser_client: require('../../webpack_config/browser'),
angular_client: require('../../webpack_config/angular'),
jquery_client: require('../../webpack_config/jquery'),
}