Skip to content

Commit 0c80213

Browse files
committed
Merge pull request #1 from Pooriafd/angularjs-gulp-browserify-boilerplate#185
Fixed error by template generation at first time
2 parents 925a4b9 + 7f6258f commit 0c80213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gulp/tasks/development.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ gulp.task('dev', ['clean'], function(cb) {
77

88
global.isProd = false;
99

10-
runSequence(['styles', 'images', 'fonts', 'views', 'browserify'], 'watch', cb);
10+
runSequence(['styles', 'images', 'fonts', 'views'], 'browserify', 'watch', cb);
1111

12-
});
12+
});

0 commit comments

Comments
 (0)