Skip to content

Commit

Permalink
Add "default" grunt task.
Browse files Browse the repository at this point in the history
  • Loading branch information
Let Choo committed Sep 4, 2017
1 parent ff070d5 commit beb1046
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,4 +361,6 @@ module.exports = function (grunt) {
'watch'
]);

grunt.registerTask('default', ['dev']);

};

0 comments on commit beb1046

Please sign in to comment.