Skip to content

Commit 60e1278

Browse files
committed
fix(build): tell gulp when finished building
1 parent 74edf8c commit 60e1278

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ var babelOptions = {
6969
gulp.task('build', function(done){
7070
runSequence(
7171
'copy.libs',
72-
['bundle', 'sass', 'fonts', 'copy.scss']
72+
['bundle', 'sass', 'fonts', 'copy.scss'],
73+
done
7374
);
7475
});
7576

0 commit comments

Comments
 (0)