Skip to content

Commit

Permalink
fix(mobile): add missing vendor file to build (angular#972)
Browse files Browse the repository at this point in the history
Close angular#847 (see 847#issuecomment-221285753)
  • Loading branch information
filipesilva authored and devCrossNet committed Jun 9, 2016
1 parent 283b7d9 commit b89d7c8
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)'<% if (universal) { %>,
'angular2-universal*/**/*.+(js|js.map)'<% } %>
Expand Down

0 comments on commit b89d7c8

Please sign in to comment.