Skip to content

Instantly share code, notes, and snippets.

@playerx
Created August 29, 2016 11:06
Show Gist options
  • Save playerx/e1b879e5320ba1240592e2e13ecdb397 to your computer and use it in GitHub Desktop.
Save playerx/e1b879e5320ba1240592e2e13ecdb397 to your computer and use it in GitHub Desktop.
"prepublish": {
"destination": {
"js": "wwwroot/js/lib/",
"css": "wwwroot/css/lib/"
},
"libs": [
"./node_modules/@angular/common/bundles/common.umd.js",
"./node_modules/@angular/compiler/bundles/compiler.umd.js",
"./node_modules/@angular/core/bundles/core.umd.js",
"./node_modules/@angular/forms/bundles/forms.umd.js",
"./node_modules/@angular/http/bundles/http.umd.js",
"./node_modules/@angular/platform-browser/bundles/platform-browser.umd.js",
"./node_modules/@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js",
"./node_modules/@angular/router/bundles/router.umd.js",
"./node_modules/@angular/router-deprecated/bundles/router-deprecated.umd.js",
"./node_modules/@angular/upgrade/bundles/upgrade.umd.js",
"./node_modules/core-js/client/shim.min.js",
"./node_modules/zone.js/dist/zone.js",
"./node_modules/reflect-metadata/Reflect.js",
"./node_modules/systemjs/dist/system.src.js"
],
"bundles": [
{
"source": "./node_modules/rxjs/**/*",
"destination": "wwwroot/js/lib/rxjs/"
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment