Build SpaServices 'Node/Content/*.js' files from TypeScript sources

This commit is contained in:
SteveSandersonMS
2016-11-25 15:06:23 +00:00
parent dd97ae7316
commit 9f6b0b0573
10 changed files with 274 additions and 38 deletions

View File

@@ -44,5 +44,11 @@
"embed": [
"Content/**/*"
]
},
"scripts": {
"prepublish": [
"npm install",
"node node_modules/webpack/bin/webpack.js"
]
}
}