diff options
| author | Zlatan Vasović <[email protected]> | 2014-02-07 13:34:17 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-02-07 13:34:17 +0100 |
| commit | aead10fafa12c2bf197c2cb4ea3b3055fcc191f0 (patch) | |
| tree | 1b331c6a7f47277cff03657b0b2c5cd0e7672111 /grunt | |
| parent | 4d7b2ddba92e47f923d22d9d7b23cb7b0a3e0bc2 (diff) | |
| download | bootstrap-aead10fafa12c2bf197c2cb4ea3b3055fcc191f0.tar.xz bootstrap-aead10fafa12c2bf197c2cb4ea3b3055fcc191f0.zip | |
Avoid setting `jshint node: true` in every Grunt JS file
Diffstat (limited to 'grunt')
| -rw-r--r-- | grunt/bs-glyphicons-data-generator.js | 1 | ||||
| -rw-r--r-- | grunt/bs-lessdoc-parser.js | 1 | ||||
| -rw-r--r-- | grunt/bs-raw-files-generator.js | 1 | ||||
| -rw-r--r-- | grunt/shrinkwrap.js | 2 |
4 files changed, 0 insertions, 5 deletions
diff --git a/grunt/bs-glyphicons-data-generator.js b/grunt/bs-glyphicons-data-generator.js index 3e32698a1..9e4317f6f 100644 --- a/grunt/bs-glyphicons-data-generator.js +++ b/grunt/bs-glyphicons-data-generator.js @@ -1,4 +1,3 @@ -/* jshint node: true */ /*! * Bootstrap Grunt task for Glyphicons data generation * http://getbootstrap.com diff --git a/grunt/bs-lessdoc-parser.js b/grunt/bs-lessdoc-parser.js index 9d0b2ffaf..0433e6175 100644 --- a/grunt/bs-lessdoc-parser.js +++ b/grunt/bs-lessdoc-parser.js @@ -1,4 +1,3 @@ -/* jshint node: true */ /*! * Bootstrap Grunt task for parsing Less docstrings * http://getbootstrap.com diff --git a/grunt/bs-raw-files-generator.js b/grunt/bs-raw-files-generator.js index 8f004ce3e..bc005a422 100644 --- a/grunt/bs-raw-files-generator.js +++ b/grunt/bs-raw-files-generator.js @@ -1,4 +1,3 @@ -/* jshint node: true */ /* global btoa: true */ /*! diff --git a/grunt/shrinkwrap.js b/grunt/shrinkwrap.js index 7a0328d41..f486bc69b 100644 --- a/grunt/shrinkwrap.js +++ b/grunt/shrinkwrap.js @@ -1,5 +1,3 @@ -/* jshint node: true */ - /* This Grunt task updates the npm-shrinkwrap.canonical.json file that's used as the key for Bootstrap's npm packages cache. This task should be run and the updated file should be committed whenever Bootstrap's dependencies change. |
