]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tweak Gruntfile.js so it passes jshint
authorChris Rebert <code@rebertia.com>
Sun, 28 Jul 2013 04:33:41 +0000 (21:33 -0700)
committerChris Rebert <code@rebertia.com>
Sun, 28 Jul 2013 04:39:11 +0000 (21:39 -0700)
Gruntfile.js

index 0da0e834f6b5528791a29c64d535ee422d5f9b74..dd0cc96009f92bdbee26caeef02fed70c572f057 100644 (file)
@@ -1,4 +1,6 @@
+/* jshint node: true */
 module.exports = function(grunt) {
+    "use strict";
 
     // Project configuration.
     grunt.initConfig({