We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3839670 commit 612a195Copy full SHA for 612a195
1 file changed
grunt.js
@@ -1,7 +1,7 @@
1
/*jshint node:true */
2
module.exports = function( grunt ) {
3
4
-var entryFiles = grunt.file.expandFiles( "entries/*.xml" );
+var entryFiles = grunt.file.expandFiles( "entries/*.xml" );
5
6
grunt.initConfig({
7
lint: {
0 commit comments