Skip to content

Commit 1894f04

Browse files
committed
Upgrade to grunt-jquery-content 0.10.8 and lint include files.
1 parent 7ed578a commit 1894f04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ grunt.initConfig({
1919
tasks: "deploy"
2020
},
2121
xmllint: {
22-
all: [].concat( entryFiles, "categories.xml", "entries2html.xsl", "notes.xsl" )
22+
all: [].concat( entryFiles, grunt.file.expandFiles( "includes/**" ), "categories.xml", "entries2html.xsl", "notes.xsl" )
2323
},
2424
xmltidy: {
2525
all: [].concat( entryFiles, "categories.xml" )

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"grunt": "0.3.17",
2525
"grunt-clean": "0.3.0",
2626
"grunt-wordpress": "1.0.7",
27-
"grunt-jquery-content": "0.10.7",
27+
"grunt-jquery-content": "0.10.8",
2828
"grunt-check-modules": "0.1.0"
2929
},
3030
"devDependencies": {},

0 commit comments

Comments
 (0)