Skip to content

Commit

Permalink
add config.js to gulp clean task
Browse files Browse the repository at this point in the history
  • Loading branch information
vastbinderj committed Nov 18, 2015
1 parent 870a111 commit 6dca190
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 @@ -114,7 +114,7 @@ gulp.task('replace', function () {

// Empties folders to start fresh
gulp.task('clean', function () {
return del(['dist']);
return del(['dist','app/scripts/config.js']);
});

gulp.task('jshint', function () {
Expand Down

0 comments on commit 6dca190

Please sign in to comment.