Explorar el Código

'use strict' in gruntfile.js.

fredck hace 11 años
padre
commit
99102c1384
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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' ),