Skip to content

Commit

Permalink
Added default grunt task
Browse files Browse the repository at this point in the history
  • Loading branch information
frapontillo committed May 16, 2013
1 parent 2ec9228 commit 6f8b9c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
};

0 comments on commit 6f8b9c8

Please sign in to comment.