Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
aead10fa
Commit
aead10fa
authored
11 years ago
by
Zlatan Vasović
Browse files
Options
Download
Email Patches
Plain Diff
Avoid setting `jshint node: true` in every Grunt JS file
parent
4d7b2ddb
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
Gruntfile.js
+3
-0
Gruntfile.js
docs/assets/js/customizer.js
+1
-1
docs/assets/js/customizer.js
grunt/bs-glyphicons-data-generator.js
+0
-1
grunt/bs-glyphicons-data-generator.js
grunt/bs-lessdoc-parser.js
+0
-1
grunt/bs-lessdoc-parser.js
grunt/bs-raw-files-generator.js
+0
-1
grunt/bs-raw-files-generator.js
grunt/shrinkwrap.js
+0
-2
grunt/shrinkwrap.js
with
4 additions
and
6 deletions
+4
-6
Gruntfile.js
+
3
-
0
View file @
aead10fa
...
...
@@ -44,6 +44,9 @@ module.exports = function (grunt) {
jshintrc
:
'
js/.jshintrc
'
},
grunt
:
{
options
:
{
node
:
true
},
src
:
[
'
Gruntfile.js
'
,
'
grunt/*.js
'
]
},
src
:
{
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/customizer.js
+
1
-
1
View file @
aead10fa
...
...
@@ -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
'
+
...
...
This diff is collapsed.
Click to expand it.
grunt/bs-glyphicons-data-generator.js
+
0
-
1
View file @
aead10fa
/* jshint node: true */
/*!
* Bootstrap Grunt task for Glyphicons data generation
* http://getbootstrap.com
...
...
This diff is collapsed.
Click to expand it.
grunt/bs-lessdoc-parser.js
+
0
-
1
View file @
aead10fa
/* jshint node: true */
/*!
* Bootstrap Grunt task for parsing Less docstrings
* http://getbootstrap.com
...
...
This diff is collapsed.
Click to expand it.
grunt/bs-raw-files-generator.js
+
0
-
1
View file @
aead10fa
/* jshint node: true */
/* global btoa: true */
/*!
...
...
This diff is collapsed.
Click to expand it.
grunt/shrinkwrap.js
+
0
-
2
View file @
aead10fa
/* 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.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets