summaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2013-08-25 16:12:07 -0500
committerkpdecker <kpdecker@gmail.com>2013-08-25 16:12:07 -0500
commit1b4b8ed1da58194d62ed2c7b8a62f9024790c5f1 (patch)
treea8eac6a57dd615d251b11a6e6ea5669327b48be0 /tasks
parent115db76f66c6194d23abd0a685cdd3dfcdb82264 (diff)
downloadhandlebars.js-1b4b8ed1da58194d62ed2c7b8a62f9024790c5f1.zip
handlebars.js-1b4b8ed1da58194d62ed2c7b8a62f9024790c5f1.tar.gz
handlebars.js-1b4b8ed1da58194d62ed2c7b8a62f9024790c5f1.tar.bz2
Rename to publish latest
Diffstat (limited to 'tasks')
-rw-r--r--tasks/publish.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/publish.js b/tasks/publish.js
index 9c3d1d6..4e2cdc3 100644
--- a/tasks/publish.js
+++ b/tasks/publish.js
@@ -4,7 +4,7 @@ var _ = require('underscore'),
git = require('./util/git');
module.exports = function(grunt) {
- grunt.registerTask('publish', function() {
+ grunt.registerTask('publish:latest', function() {
var done = this.async();
initSDK();