Skip to content

Commit

Permalink
fix(mobile): add missing vendor file to build (#972)
Browse files Browse the repository at this point in the history
Close #847 (see 847#issuecomment-221285753)
  • Loading branch information
filipesilva committed Jun 2, 2016
1 parent 7561344 commit 9a7bfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/ng2/blueprints/ng2/files/angular-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = function(defaults) {
'systemjs/dist/system.src.js',
'zone.js/dist/**/*.+(js|js.map)',
'es6-shim/es6-shim.js',
'reflect-metadata/**/*.+(js|js.map)',
'reflect-metadata/**/*.+(ts|js|js.map)',
'rxjs/**/*.+(js|js.map)',
'@angular/**/*.+(js|js.map)'
]
Expand Down

0 comments on commit 9a7bfe0

Please sign in to comment.