Merge branch 'master' into es6-modules

This commit is contained in:
kpdecker
2013-10-09 03:41:58 -07:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -361,6 +361,7 @@ Handlebars in the Wild
* [Assemble](http://assemble.io), by [@jonschlinkert](https://github.com/jonschlinkert)
and [@doowb](https://github.com/doowb), is a static site generator that uses Handlebars.js
as its template engine.
* [CoSchedule](http://coschedule.com) An editorial calendar for WordPress that uses Handlebars.js
* [Ember.js](http://www.emberjs.com) makes Handlebars.js the primary way to
structure your views, also with automatic data binding support.
* [handlebars_assets](http://github.com/leshill/handlebars_assets): A Rails Asset Pipeline gem
+1 -1
View File
@@ -6,7 +6,6 @@ var _ = require('underscore'),
module.exports = function(grunt) {
grunt.registerTask('publish:latest', function() {
var done = this.async();
initSDK();
git.debug(function(remotes, branches) {
grunt.log.writeln('remotes: ' + remotes);
@@ -14,6 +13,7 @@ module.exports = function(grunt) {
git.commitInfo(function(err, info) {
if (info.isMaster) {
initSDK();
publish(fileMap(['-latest', '-' + info.head]), done);
} else {
// Silently ignore for branches