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
aead10fa
Commit
aead10fa
authored
Feb 07, 2014
by
Zlatan Vasović
Browse files
Options
Browse Files
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
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 @
aead10fa
...
@@ -44,6 +44,9 @@ module.exports = function (grunt) {
...
@@ -44,6 +44,9 @@ module.exports = function (grunt) {
jshintrc
:
'
js/.jshintrc
'
jshintrc
:
'
js/.jshintrc
'
},
},
grunt
:
{
grunt
:
{
options
:
{
node
:
true
},
src
:
[
'
Gruntfile.js
'
,
'
grunt/*.js
'
]
src
:
[
'
Gruntfile.js
'
,
'
grunt/*.js
'
]
},
},
src
:
{
src
:
{
...
...
docs/assets/js/customizer.js
View file @
aead10fa
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* details, see http://creativecommons.org/licenses/by/3.0/.
* 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
window
.
onload
=
function
()
{
// wait for load in a dumb way because B-0
var
cw
=
'
/*!
\n
'
+
var
cw
=
'
/*!
\n
'
+
...
...
grunt/bs-glyphicons-data-generator.js
View file @
aead10fa
/* jshint node: true */
/*!
/*!
* Bootstrap Grunt task for Glyphicons data generation
* Bootstrap Grunt task for Glyphicons data generation
* http://getbootstrap.com
* http://getbootstrap.com
...
...
grunt/bs-lessdoc-parser.js
View file @
aead10fa
/* jshint node: true */
/*!
/*!
* Bootstrap Grunt task for parsing Less docstrings
* Bootstrap Grunt task for parsing Less docstrings
* http://getbootstrap.com
* http://getbootstrap.com
...
...
grunt/bs-raw-files-generator.js
View file @
aead10fa
/* jshint node: true */
/* global btoa: true */
/* global btoa: true */
/*!
/*!
...
...
grunt/shrinkwrap.js
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 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 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