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 c76f64a commit 6189299Copy full SHA for 6189299
tasks/make.js
@@ -48,7 +48,11 @@ 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',
54
+ '<%= config.srcPaths.drupal %>/*.make.yml'
55
+ ],
56
dest: '<%= config.buildPaths.html %>',
57
},
58
options: {
0 commit comments