Switch to Webpack

This commit is contained in:
SteveSandersonMS
2016-02-23 13:48:07 +00:00
parent 30cb9d3fa3
commit 0c5eabc022
18 changed files with 104 additions and 105 deletions

View File

@@ -34,11 +34,9 @@
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
],
"publishExclude": [
"node_modules",
"bower_components",
"**.xproj",
"**.user",
"**.vspscc"
@@ -46,9 +44,7 @@
"scripts": {
"prepublish": [
"npm install",
"bower install",
"gulp clean",
"gulp min"
"webpack"
]
}
}