Skip to content

Commit f933bef

Browse files
committed
Build: Remove unused config
1 parent 1840e5c commit f933bef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

grunt.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ grunt.initConfig({
3939
all: grunt.file.expandFiles( "resources/**/*" )
4040
},
4141
wordpress: grunt.utils._.extend({
42-
dir: "dist/wordpress",
43-
order: "order.json"
42+
dir: "dist/wordpress"
4443
}, grunt.file.readJSON( "config.json" ) )
4544
});
4645

0 commit comments

Comments
 (0)