From ccf42152659942c58c25f5724d2b0183ce5ff8fb Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Tue, 23 Feb 2016 09:38:06 -0600 Subject: [PATCH] chore(): copy.libs before CJS bundle task --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });