We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6189299 commit ae26d3cCopy full SHA for ae26d3c
tasks/make.js
@@ -50,8 +50,7 @@ module.exports = function(grunt) {
50
default: {
51
src: [
52
'<%= config.srcPaths.make %>',
53
- '<%= config.srcPaths.drupal %>/*.make',
54
- '<%= config.srcPaths.drupal %>/*.make.yml'
+ '<%= config.srcPaths.drupal %>/**/*.{make,make.yml}'
55
],
56
dest: '<%= config.buildPaths.html %>',
57
},
0 commit comments