Skip to content

Commit

Permalink
fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Feb 9, 2016
1 parent 633c305 commit bb3d43f
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 @@ -31,7 +31,7 @@ var server;
gulp.task('default', ['build:dev', 'build:examples']);

gulp.task('dev', function(callback) {
sequence('build:dev', 'build:examples', 'watch', 'serve', callback);
sequence('build:examples', 'watch', 'serve', callback);
});

gulp.task('release', function(callback) {
Expand Down

0 comments on commit bb3d43f

Please sign in to comment.