updated the task names inside the browser_clients tasks to reflect latest versions

This commit is contained in:
Spencer Alger
2013-12-19 22:40:02 -07:00
parent f5c8d39876
commit 77e3dcb95b

View File

@ -13,7 +13,7 @@ module.exports = function (grunt) {
]); ]);
grunt.registerTask('browser_clients:publish', [ grunt.registerTask('browser_clients:publish', [
'browser_clients_build', 'browser_clients:build',
'compress:dist_zip', 'compress:dist_zip',
'compress:dist_tarball', 'compress:dist_tarball',
's3:latest' 's3:latest'
@ -22,7 +22,7 @@ module.exports = function (grunt) {
grunt.registerTask('browser_clients:release', [ grunt.registerTask('browser_clients:release', [
'prompt:confirm_release', 'prompt:confirm_release',
'__check_for_confirmation', '__check_for_confirmation',
'browser_clients_build', 'browser_clients:build',
'compress:dist_zip', 'compress:dist_zip',
'compress:dist_tarball', 'compress:dist_tarball',
's3:release' 's3:release'