Skip to content

Commit

Permalink
Merge pull request #186 from Pooriafd/master
Browse files Browse the repository at this point in the history
Fixed gulp dev issue at first run
  • Loading branch information
jakemmarsh committed Apr 11, 2016
2 parents 925a4b9 + 0c80213 commit 395bae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulp/tasks/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ gulp.task('dev', ['clean'], function(cb) {

global.isProd = false;

runSequence(['styles', 'images', 'fonts', 'views', 'browserify'], 'watch', cb);
runSequence(['styles', 'images', 'fonts', 'views'], 'browserify', 'watch', cb);

});
});

0 comments on commit 395bae8

Please sign in to comment.