Commit aead10fa authored by Zlatan Vasović's avatar Zlatan Vasović
Browse files

Avoid setting `jshint node: true` in every Grunt JS file

parent 4d7b2ddb
Showing with 4 additions and 6 deletions
+4 -6
......@@ -44,6 +44,9 @@ module.exports = function (grunt) {
jshintrc: 'js/.jshintrc'
},
grunt: {
options: {
node: true
},
src: ['Gruntfile.js', 'grunt/*.js']
},
src: {
......
......@@ -6,7 +6,7 @@
* details, see http://creativecommons.org/licenses/by/3.0/.
*/
/* jshint multistr:true */
/* jshint multistr: true */
window.onload = function () { // wait for load in a dumb way because B-0
var cw = '/*!\n' +
......
/* jshint node: true */
/*!
* Bootstrap Grunt task for Glyphicons data generation
* http://getbootstrap.com
......
/* jshint node: true */
/*!
* Bootstrap Grunt task for parsing Less docstrings
* http://getbootstrap.com
......
/* jshint node: true */
/* global btoa: true */
/*!
......
/* 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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment