Skip to content

Commit

Permalink
Abacus#18 Remove useless 'deploy' task
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Oct 16, 2011
1 parent 379b305 commit af3c5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jakefile.js
Expand Up @@ -204,7 +204,7 @@ function gzip( src ) {
// Jake Tasks

desc( "Hint & Minify" );
task( "default", [ "hint", "min", "deploy" ], function() {
task( "default", [ "hint", "min" ], function() {
// Nothing
});

Expand Down

0 comments on commit af3c5a0

Please sign in to comment.