diff --git a/gulpfile.js b/gulpfile.js index 037d411b54..5a8b5a09d1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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 });