added more resources
This commit is contained in:
parent
eb5af06ffc
commit
8b1455169e
2 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,7 @@ build_job:
|
|||
- node_modules/core-js/client/shim.js
|
||||
- node_modules/zone.js/dist/zone.js
|
||||
- node_modules/reflect-metadata/Reflect.js
|
||||
- node_modules/rxjs/
|
||||
- node_modules/systemjs/dist/system.src.js
|
||||
- node_modules/utf8/utf8.js
|
||||
- node_modules/quoted-printable/quoted-printable.js
|
||||
|
|
|
@ -38,6 +38,8 @@ mkdir -p "${destination}/node_modules/zone.js/dist" || die "Failed to create des
|
|||
cp -a node_modules/zone.js/dist/zone.js "${destination}/node_modules/zone.js/dist/" || die "Failed to copy zone.js"
|
||||
mkdir -p "${destination}/node_modules/reflect-metadata" || die "Failed to create dest/node_modules/reflect-metadata"
|
||||
cp -a node_modules/reflect-metadata/Reflect.js "${destination}/node_modules/reflect-metadata/" || die "Failed to copy Reflect.js"
|
||||
mkdir -p "${destination}/node_modules/rxjs" || die "Failed to create dest/node_modules/rxjs"
|
||||
cp -a node_modules/rxjs/* "${destination}/node_modules/rxjs/" || die "Failed to copy rxjs"
|
||||
mkdir -p "${destination}/node_modules/systemjs/dist" || die "Failed to create dest/node_modules/systemjs"
|
||||
cp -a node_modules/systemjs/dist/system.src.js "${destination}/node_modules/systemjs/dist/" || die "Failed to copy system.src.js"
|
||||
|
||||
|
|
Loading…
Reference in a new issue