Skip to content

Commit 6189299

Browse files
committed
newer for make: Remove recursive support, add make.yml support.
1 parent c76f64a commit 6189299

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tasks/make.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ module.exports = function(grunt) {
4848
// source directory to catch make files included from the primary one.
4949
grunt.config('drushmake', {
5050
default: {
51-
src: ['<%= config.srcPaths.make %>', '<%= config.srcPaths.drupal %>/**/*.make'],
51+
src: [
52+
'<%= config.srcPaths.make %>',
53+
'<%= config.srcPaths.drupal %>/*.make',
54+
'<%= config.srcPaths.drupal %>/*.make.yml'
55+
],
5256
dest: '<%= config.buildPaths.html %>',
5357
},
5458
options: {

0 commit comments

Comments
 (0)