Skip to content

Instantly share code, notes, and snippets.

@aaroneaton
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save aaroneaton/f1fdf6f584853b8fe816 to your computer and use it in GitHub Desktop.

Select an option

Save aaroneaton/f1fdf6f584853b8fe816 to your computer and use it in GitHub Desktop.
tasks
grunt.registerTask('default', 'An empty task', function() {
grunt.log.error('This is an empty task to keep bad things from happening.');
return false;
});
grunt.registerTask('package', ['mkdir', 'compress', 'rename', 'aws_s3:myBucket']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment