From 6f8b9c8d22def7a35b41afc1761045515f7bad6c Mon Sep 17 00:00:00 2001 From: Francesco Pontillo Date: Thu, 16 May 2013 10:25:33 +0200 Subject: [PATCH] Added default grunt task --- Gruntfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index ed538f2..bde3d55 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -106,4 +106,8 @@ module.exports = function (grunt) { var t = this.target; grunt.task.run('build:'+t, 'build-responsive:'+t); }); + + grunt.registerTask('default', 'build a theme, both not responsive and responsive', function() { + grunt.task.run('swatch'); + }); }; \ No newline at end of file -- 2.39.2