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
8a1f4426
Commit
8a1f4426
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #12317 from twbs/grunt-task-license
clarify Grunt task licensing
parents
5cc3c62e
6b8d4e9c
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Gruntfile.js
+6
-0
Gruntfile.js
docs/grunt/bs-glyphicons-data-generator.js
+6
-0
docs/grunt/bs-glyphicons-data-generator.js
docs/grunt/bs-lessdoc-parser.js
+6
-0
docs/grunt/bs-lessdoc-parser.js
docs/grunt/bs-raw-files-generator.js
+6
-0
docs/grunt/bs-raw-files-generator.js
with
24 additions
and
0 deletions
+24
-0
Gruntfile.js
+
6
-
0
View file @
8a1f4426
/* jshint node: true */
/* jshint node: true */
/*!
* Bootstrap's Gruntfile
* http://getbootstrap.com
* Copyright 2013-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
module
.
exports
=
function
(
grunt
)
{
module
.
exports
=
function
(
grunt
)
{
'
use strict
'
;
'
use strict
'
;
...
...
This diff is collapsed.
Click to expand it.
docs/grunt/bs-glyphicons-data-generator.js
+
6
-
0
View file @
8a1f4426
/* jshint node: true */
/* jshint node: true */
/*!
* Bootstrap Grunt task for Glyphicons data generation
* http://getbootstrap.com
* Copyright 2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
var
fs
=
require
(
'
fs
'
)
var
fs
=
require
(
'
fs
'
)
...
...
This diff is collapsed.
Click to expand it.
docs/grunt/bs-lessdoc-parser.js
+
6
-
0
View file @
8a1f4426
/* jshint node: true */
/* jshint node: true */
/*!
* Bootstrap Grunt task for parsing Less docstrings
* http://getbootstrap.com
* Copyright 2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
var
markdown
=
require
(
'
markdown
'
).
markdown
;
var
markdown
=
require
(
'
markdown
'
).
markdown
;
...
...
This diff is collapsed.
Click to expand it.
docs/grunt/bs-raw-files-generator.js
+
6
-
0
View file @
8a1f4426
/* jshint node: true */
/* jshint node: true */
/*!
* Bootstrap Grunt task for generating raw-files.min.js for the Customizer
* http://getbootstrap.com
* Copyright 2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
var
btoa
=
require
(
'
btoa
'
)
// jshint ignore:line
var
btoa
=
require
(
'
btoa
'
)
// jshint ignore:line
var
fs
=
require
(
'
fs
'
)
var
fs
=
require
(
'
fs
'
)
...
...
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