Skip to content

Commit

Permalink
Have default gulp cleaning and building (was only cleaning)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammendonca committed Oct 16, 2015
1 parent 5548651 commit 99ec4fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ require('require-dir')('./gulp');

var $ = require('gulp-load-plugins')();

gulp.task('default', ['clean'], function () {
gulp.start('build');
});
gulp.task('default', ['clean','build']);

0 comments on commit 99ec4fa

Please sign in to comment.