diff --git a/Gulpfile.js b/Gulpfile.js index f331cc1e..339f0c52 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -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) {