Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
run audit log not by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Jan 8, 2014
1 parent ccf29d7 commit 3bab5ce
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 @@ -120,7 +120,7 @@ module.exports = function(grunt) {
grunt.registerTask('test-build', ['default', 'stash', 'test', 'restore']);

grunt.registerTask('minify', ['concat_sourcemap', 'version', 'uglify', 'sourcemap_copy:build/platform.concat.js.map:build/platform.js.map']);
grunt.registerTask('default', ['minify', 'audit']);
grunt.registerTask('default', ['minify']);
grunt.registerTask('docs', ['yuidoc']);
grunt.registerTask('test', ['override-chrome-launcher', 'karma:platform']);
grunt.registerTask('test-buildbot', ['override-chrome-launcher', 'karma:buildbot', 'test-build']);
Expand Down

0 comments on commit 3bab5ce

Please sign in to comment.