We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9820a commit 4679eb2Copy full SHA for 4679eb2
grunt.js
@@ -1,6 +1,8 @@
1
/*jshint node:true */
2
module.exports = function( grunt ) {
3
4
+"use strict";
5
+
6
var entryFiles = grunt.file.expandFiles( "entries/*.xml" );
7
8
grunt.loadNpmTasks( "grunt-clean" );
0 commit comments