Skip to content

Commit

Permalink
Removed unused tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Bergehall committed Feb 22, 2017
1 parent c3aa3cc commit fef1d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Expand Up @@ -34,5 +34,5 @@ gulp.task('js', () => {
});

gulp.task('build', ['scss', 'js']);
gulp.task('clean', () => del('dist/**/*.js'))
gulp.task('default', ['build', 'server', 'watch'])
gulp.task('clean', () => del('dist/**/*.js'));
gulp.task('default', ['build']);

0 comments on commit fef1d1c

Please sign in to comment.