Skip to content

Commit

Permalink
Nix cq
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkaneda committed Feb 17, 2013
1 parent 19f8e52 commit 702ecd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.coffee
Expand Up @@ -212,10 +212,9 @@ module.exports = (grunt) ->
grunt.registerTask "jquery-bridge", ["zepto", "copy:jquery-bridge"]

# Tests & checks
grunt.registerTask "cq", ["jshint", "light", "jshint"]
grunt.registerTask "test", ["copy:prepare", "copy:test", "qunit"]

# Full-build tasks
grunt.registerTask "light", ["nuke", "copy:prepare", "compass"]
grunt.registerTask "dist", ["nuke", "zepto", "jquery-bridge", "light", "test", "copy:dist", "uglify"]
grunt.registerTask "full", ['update_submodules', "nuke", "light", "cq", "dist"]
grunt.registerTask "full", ['update_submodules', "nuke", "light", "dist"]

0 comments on commit 702ecd8

Please sign in to comment.