Merge branch '2.0' into windows-mode

This commit is contained in:
Brandy Carney
2016-02-23 13:43:05 -05:00
7 changed files with 67 additions and 25 deletions

View File

@ -147,7 +147,7 @@ gulp.task('bundle', ['bundle.cjs', 'bundle.system']);
/**
* Creates CommonJS bundle from Ionic source files.
*/
gulp.task('bundle.cjs', ['transpile'], function(done){
gulp.task('bundle.cjs', ['transpile', 'copy.libs'], function(done){
var config = require('./scripts/npm/ionic.webpack.config.js');
bundle({ config: config, stats: true });