remove test from default task

This commit is contained in:
Rashid Khan 2014-03-06 14:43:07 -07:00
parent 64cd822bd1
commit 4be5aca691

View file

@ -1,4 +1,4 @@
// Lint and build CSS
module.exports = function (grunt) {
grunt.registerTask('default', ['jshint:source', 'less', 'test']);
grunt.registerTask('default', ['jshint:source', 'less']);
};