Skip to content

Commit

Permalink
Fixed the default gulp task
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisnyman committed Dec 23, 2014
1 parent cbbfd84 commit 8447bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ gulp.task('minifyhtml', function() {
// The whole shebang
gulp.task('default', function(callback) {
runSequence(['clean', 'bower', 'drupalcore'],
['buildcontributors', 'buildcompanies', 'json', 'javascripts', 'images', 'sass'],
['buildcontributors', 'buildcompanies', 'buildjson', 'javascripts', 'images', 'sass'],
'usemin',
'minifyhtml',
callback);
Expand Down

0 comments on commit 8447bc7

Please sign in to comment.