Added default grunt task
authorFrancesco Pontillo <francescopontillo@gmail.com>
Thu, 16 May 2013 08:25:33 +0000 (10:25 +0200)
committerFrancesco Pontillo <francescopontillo@gmail.com>
Thu, 16 May 2013 08:25:33 +0000 (10:25 +0200)
Gruntfile.js

index ed538f2..bde3d55 100644 (file)
@@ -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