Skip to content

Commit

Permalink
update handlebars
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed May 28, 2013
1 parent 5c2c3bc commit de8b948
Show file tree
Hide file tree
Showing 6 changed files with 1,591 additions and 1,529 deletions.
3 changes: 2 additions & 1 deletion handlebars/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ module.exports = function(grunt) {
});


var config = require('spm-build').config;
grunt.loadGlobalTasks('spm-build');
grunt.loadTasks('../_tasks/download/tasks');
grunt.util._.merge(grunt.config.data, require('spm-build').config);
grunt.util._.merge(grunt.config.data, config);
grunt.registerTask('build', ['download', 'spm-build']);
};
Loading

0 comments on commit de8b948

Please sign in to comment.