Skip to content

Commit

Permalink
Merge pull request #1556 from irisEd/bug_template_symlink
Browse files Browse the repository at this point in the history
Follow symlinks when building templates
  • Loading branch information
tomgreenfield authored May 11, 2017
2 parents aadc7b6 + 3f47b94 commit 3d6e72a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grunt/config/handlebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = function(grunt) {
'<%= sourcedir %>menu/<%= menu %>/**/*.hbs',
'<%= sourcedir %>theme/<%= theme %>/**/*.hbs'
],
follow: true,
dest: '<%= outputdir %>templates.js',
filter: function(filepath) {
return grunt.config('helpers').includedFilter(filepath);
Expand Down

0 comments on commit 3d6e72a

Please sign in to comment.