diff --git a/Gruntfile.js b/Gruntfile.js index dc35d57..69ba231 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -68,5 +68,7 @@ module.exports = function (grunt) { 'concat', 'cssmin' ]); + + grunt.registerTask('default', ['build']); };