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

Commit 427d1d1

Browse files
albeloparthurvr
authored andcommitted
fix(gulp): fix typo in the build task
Close #1187
1 parent c6ef521 commit 427d1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/root/_gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ gulp.task('copy:fonts', function () {
213213
});
214214

215215
gulp.task('build', ['clean:dist'], function () {
216-
runSequence(['images', 'copy:extras', 'copy:fonts', 'client:build');
216+
runSequence(['images', 'copy:extras', 'copy:fonts', 'client:build']);
217217
});
218218

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

0 commit comments

Comments
 (0)