diff --git a/Gruntfile.js b/Gruntfile.js index f9507014..bb59179d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -177,5 +177,5 @@ module.exports = function(grunt) { ]); }); - grunt.registerTask('cibuild',["newer:jshint", "jasmine:scripts"]); + grunt.registerTask("cibuild",["newer:jshint", "jasmine:scripts"]); };