From: Francesco Pontillo Date: Thu, 16 May 2013 08:25:33 +0000 (+0200) Subject: Added default grunt task X-Git-Tag: v2.3.2~4^2~1 X-Git-Url: http://git.roojs.org/?p=bootswatch;a=commitdiff_plain;h=6f8b9c8d22def7a35b41afc1761045515f7bad6c Added default grunt task --- 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