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.
2 parents c76f64a + ae26d3c commit 59ffea8Copy full SHA for 59ffea8
tasks/make.js
@@ -48,7 +48,10 @@ module.exports = function(grunt) {
48
// source directory to catch make files included from the primary one.
49
grunt.config('drushmake', {
50
default: {
51
- src: ['<%= config.srcPaths.make %>', '<%= config.srcPaths.drupal %>/**/*.make'],
+ src: [
52
+ '<%= config.srcPaths.make %>',
53
+ '<%= config.srcPaths.drupal %>/**/*.{make,make.yml}'
54
+ ],
55
dest: '<%= config.buildPaths.html %>',
56
},
57
options: {
0 commit comments