Skip to content

Commit

Permalink
include handlebars-helper-eachitems
Browse files Browse the repository at this point in the history
  • Loading branch information
doowb committed Mar 15, 2017
1 parent 0766a24 commit 2021365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -53,7 +53,7 @@ module.exports = function(grunt) {
assemble: {
options: {
assets: 'test/assets',
helpers: ['test/helpers/*.js'],
helpers: ['test/helpers/*.js', 'handlebars-helper-eachitems'],
layoutdir: 'test/fixtures/layouts',
layout: 'default.hbs',
flatten: true,
Expand Down Expand Up @@ -395,4 +395,4 @@ module.exports = function(grunt) {

// Default task.
grunt.registerTask('default', ['jshint', 'clean', 'test', 'docs']);
};
};

0 comments on commit 2021365

Please sign in to comment.