Skip to content

Commit 85ad6ee

Browse files
committed
cleanup
1 parent 1894f04 commit 85ad6ee

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
@@ -19,7 +19,8 @@ grunt.initConfig({
1919
tasks: "deploy"
2020
},
2121
xmllint: {
22-
all: [].concat( entryFiles, grunt.file.expandFiles( "includes/**" ), "categories.xml", "entries2html.xsl", "notes.xsl" )
22+
all: [].concat( entryFiles, grunt.file.expandFiles( "includes/**" ),
23+
"categories.xml", "entries2html.xsl", "notes.xsl" )
2324
},
2425
xmltidy: {
2526
all: [].concat( entryFiles, "categories.xml" )

0 commit comments

Comments
 (0)