Last active
August 29, 2015 14:16
-
-
Save aaroneaton/f1fdf6f584853b8fe816 to your computer and use it in GitHub Desktop.
tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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