diff --git a/gulpfile.js b/gulpfile.js index 2d025ca5..ad8bff8a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -44,7 +44,7 @@ gulp.task('prettify:jsx', function() { .pipe(gulp.dest(app_root)); }); -gulp.task('build', ['build:jsx']); +gulp.task('build', ['sync-meta', 'build:jsx']); gulp.task('build:jsx', function() { return gulp.src(['src/browser/**/*.jsx', '!src/node_modules/**'])