Skip to content

Instantly share code, notes, and snippets.

@arschmitz
Created May 29, 2015 01:05
Show Gist options
  • Save arschmitz/a6cbe6ca400814d5a417 to your computer and use it in GitHub Desktop.
Save arschmitz/a6cbe6ca400814d5a417 to your computer and use it in GitHub Desktop.
grunt.registerTask( "default", [
"clean",
"requirejs",
"copy",
"jshint:dist",
"jshint:grunt",
"jshint:source",
"jshint:test",
"jscs:grunt",
"jscs:source",
"intern:globalize",
"uglify",
"compare_size",
"commitplease"
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment