Skip to content

Commit ae26d3c

Browse files
committed
Re-add recursive scanning.
1 parent 6189299 commit ae26d3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tasks/make.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ module.exports = function(grunt) {
5050
default: {
5151
src: [
5252
'<%= config.srcPaths.make %>',
53-
'<%= config.srcPaths.drupal %>/*.make',
54-
'<%= config.srcPaths.drupal %>/*.make.yml'
53+
'<%= config.srcPaths.drupal %>/**/*.{make,make.yml}'
5554
],
5655
dest: '<%= config.buildPaths.html %>',
5756
},

0 commit comments

Comments
 (0)