From 2fe12091cf6e8a7b9c45916edac7a2ae6a1283a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Demirbilek?= Date: Fri, 7 Nov 2014 10:48:40 +0200 Subject: [PATCH] default task added --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) 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']); };