Skip to content

Commit

Permalink
fix(build): tell gulp when finished building
Browse files Browse the repository at this point in the history
  • Loading branch information
tlancina committed Feb 4, 2016
1 parent 74edf8c commit 60e1278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Expand Up @@ -69,7 +69,8 @@ var babelOptions = {
gulp.task('build', function(done){
runSequence(
'copy.libs',
['bundle', 'sass', 'fonts', 'copy.scss']
['bundle', 'sass', 'fonts', 'copy.scss'],
done
);
});

Expand Down

0 comments on commit 60e1278

Please sign in to comment.