Skip to content

Commit

Permalink
Moved package_jquery task to run after s3 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Earley committed Jul 2, 2013
1 parent 3b158cb commit 6155845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ module.exports = (grunt) ->
grunt.registerTask 'default', ['build']
grunt.registerTask 'build', ['coffee', 'concat', 'uglify', 'cssmin']
grunt.registerTask 'master-s3', ['build', 'zip:chosen', 's3:master', 'clean:chosen_zip']
grunt.registerTask 'update-s3', ['build', 'zip:chosen', 'package_jquery', 'dom_munger:download_links', 's3:master', 's3:latest_version', 'clean:chosen_zip']
grunt.registerTask 'update-s3', ['build', 'zip:chosen', 'dom_munger:download_links', 's3:master', 's3:latest_version', 'package_jquery', 'clean:chosen_zip']
grunt.registerTask 'gh_pages', ['copy:dist', 'build_gh_pages:gh_pages']

grunt.registerTask 'package_jquery', 'Generate a jquery.json manifest file from package.json', () ->
Expand Down

0 comments on commit 6155845

Please sign in to comment.