Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
532f1d90
Commit
532f1d90
authored
Feb 07, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12636 from ZDroid/grunt-jshintrc
Avoid setting `jshint node: true` in every Grunt JS file
parents
442043e7
aead10fa
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
6 deletions
+4
-6
Gruntfile.js
Gruntfile.js
+3
-0
docs/assets/js/customizer.js
docs/assets/js/customizer.js
+1
-1
grunt/bs-glyphicons-data-generator.js
grunt/bs-glyphicons-data-generator.js
+0
-1
grunt/bs-lessdoc-parser.js
grunt/bs-lessdoc-parser.js
+0
-1
grunt/bs-raw-files-generator.js
grunt/bs-raw-files-generator.js
+0
-1
grunt/shrinkwrap.js
grunt/shrinkwrap.js
+0
-2
No files found.
Gruntfile.js
View file @
532f1d90
...
...
@@ -44,6 +44,9 @@ module.exports = function (grunt) {
jshintrc
:
'
js/.jshintrc
'
},
grunt
:
{
options
:
{
node
:
true
},
src
:
[
'
Gruntfile.js
'
,
'
grunt/*.js
'
]
},
src
:
{
...
...
docs/assets/js/customizer.js
View file @
532f1d90
...
...
@@ -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
'
+
...
...
grunt/bs-glyphicons-data-generator.js
View file @
532f1d90
/* jshint node: true */
/*!
* Bootstrap Grunt task for Glyphicons data generation
* http://getbootstrap.com
...
...
grunt/bs-lessdoc-parser.js
View file @
532f1d90
/* jshint node: true */
/*!
* Bootstrap Grunt task for parsing Less docstrings
* http://getbootstrap.com
...
...
grunt/bs-raw-files-generator.js
View file @
532f1d90
/* jshint node: true */
/* global btoa: true */
/*!
...
...
grunt/shrinkwrap.js
View file @
532f1d90
/* 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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