Skip to content

Commit

Permalink
Add grunt tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Apr 22, 2015
1 parent 5f5f79f commit 5a446ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ module.exports = function(grunt) {
// Tasks.
grunt.registerTask('lint', ['jshint', 'jscs']);
grunt.registerTask('test', ['connect', 'lint', 'qunit']);
grunt.registerTask('default', [
'connect', 'jshint', 'jscs', 'qunit', 'concat', 'autoprefixer', 'csscomb', 'uglify', 'githooks'
]);
grunt.registerTask('build', ['concat', 'autoprefixer', 'csscomb', 'uglify', 'githooks']);
grunt.registerTask('default', ['test', 'build']);
};

0 comments on commit 5a446ef

Please sign in to comment.