Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
fix(gulp): fix typo in the build task
Browse files Browse the repository at this point in the history
Close #1187
  • Loading branch information
albelop authored and arthurvr committed Oct 6, 2015
1 parent c6ef521 commit 427d1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/root/_gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ gulp.task('copy:fonts', function () {
});

gulp.task('build', ['clean:dist'], function () {
runSequence(['images', 'copy:extras', 'copy:fonts', 'client:build');
runSequence(['images', 'copy:extras', 'copy:fonts', 'client:build']);
});

gulp.task('default', ['build']);

0 comments on commit 427d1d1

Please sign in to comment.