Skip to content

Commit

Permalink
grunt documentation should always do code validation, so i don't forget
Browse files Browse the repository at this point in the history
  • Loading branch information
Molly Jones committed Nov 17, 2015
1 parent f125b79 commit c2c7d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = function (grunt) {
});

grunt.registerTask('test', ['templates', 'browserify:edge', 'browserify:instrumented', 'browserify:components', 'mocha', 'coverage-report']);
grunt.registerTask('documentation', ['markdox']);
grunt.registerTask('documentation', ['jshint:all', 'jscs', 'markdox']);
grunt.registerTask('validate', ['jshint:all', 'jscs', 'test']);
grunt.registerTask('concatCometd', ['uglify:cometdMin', 'uglify:cometdDebug']);
grunt.registerTask('components', ['templates', 'browserify:components', 'copy:components']);
Expand Down

0 comments on commit c2c7d65

Please sign in to comment.