Skip to content

Commit

Permalink
fixed build tasks, closes #161
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Dec 5, 2015
1 parent 2f2d416 commit d1b8705
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 @@ -26,7 +26,7 @@ var extend = require('util')._extend;
var exec = require('child_process').exec;
var server;

gulp.task('default', ['build:dev']);
gulp.task('default', ['build:dev', 'build:examples']);

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

0 comments on commit d1b8705

Please sign in to comment.