Skip to content

Commit 4679eb2

Browse files
committed
Update grunt.js with 'use strict' to support latest version of grunt
1 parent 5f9820a commit 4679eb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grunt.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*jshint node:true */
22
module.exports = function( grunt ) {
33

4+
"use strict";
5+
46
var entryFiles = grunt.file.expandFiles( "entries/*.xml" );
57

68
grunt.loadNpmTasks( "grunt-clean" );

0 commit comments

Comments
 (0)