Przeglądaj źródła

'use strict' in gruntfile.js.

fredck 11 lat temu
rodzic
commit
99102c1384
1 zmienionych plików z 2 dodań i 0 usunięć
  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' ),