Parcourir la source

'use strict' in gruntfile.js.

fredck il y a 11 ans
Parent
commit
99102c1384
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      gruntfile.js

+ 2 - 0
gruntfile.js

@@ -1,3 +1,5 @@
+'use strict';
+
 module.exports = function( grunt ) {
 	grunt.initConfig( {
 		pkg: grunt.file.readJSON( 'package.json' ),