Skip to content

Commit

Permalink
Allow nested yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreatsunra committed Mar 11, 2014
1 parent 3660523 commit 29d240b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -64,7 +64,7 @@ module.exports = function (grunt) {
tasks: ['newer:assemble']
},
yml: {
files: ['<%= config.src %>/assemble/data/*.yml'],
files: ['<%= config.src %>/assemble/data/{,*/}*.yml'],
tasks: ['newer:convert', 'newer:assemble']
},
data: {
Expand Down

0 comments on commit 29d240b

Please sign in to comment.