Skip to content

Commit 15c6068

Browse files
committed
Add path to order.yml file to gruntfile to be processed by grunt-jquery-content >= 0.5.4
1 parent 0fb17c3 commit 15c6068

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grunt.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ grunt.initConfig({
3737
all: grunt.file.expandFiles( "resources/**/*" )
3838
},
3939
wordpress: grunt.utils._.extend({
40-
dir: "dist/wordpress"
40+
dir: "dist/wordpress",
41+
order: "order.yml"
4142
}, grunt.file.readJSON( "config.json" ) )
4243
});
4344

0 commit comments

Comments
 (0)