Skip to content
GitLab
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
9ec5905c
Commit
9ec5905c
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #12415 from XhmikosR/master
Gruntfile.js: remove unused code.
parents
37926839
615f1ad4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Gruntfile.js
+4
-10
Gruntfile.js
with
4 additions
and
10 deletions
+4
-10
Gruntfile.js
+
4
-
10
View file @
9ec5905c
...
@@ -28,16 +28,10 @@ module.exports = function (grunt) {
...
@@ -28,16 +28,10 @@ module.exports = function (grunt) {
// Metadata.
// Metadata.
pkg
:
grunt
.
file
.
readJSON
(
'
package.json
'
),
pkg
:
grunt
.
file
.
readJSON
(
'
package.json
'
),
banner
:
'
/*!
\n
'
+
banner
:
'
/*!
\n
'
+
'
* Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)
\n
'
+
'
* Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)
\n
'
+
'
* Copyright 2011-<%= grunt.template.today("yyyy") %> <%= pkg.author %>
\n
'
+
'
* Copyright 2011-<%= grunt.template.today("yyyy") %> <%= pkg.author %>
\n
'
+
'
* Licensed under <%= _.pluck(pkg.licenses, "type") %> (<%= _.pluck(pkg.licenses, "url") %>)
\n
'
+
'
* Licensed under <%= _.pluck(pkg.licenses, "type") %> (<%= _.pluck(pkg.licenses, "url") %>)
\n
'
+
'
*/
\n
'
,
'
*/
\n
'
,
bannerDocs
:
'
/*!
\n
'
+
'
* Bootstrap Docs (<%= pkg.homepage %>)
\n
'
+
'
* Copyright 2011-<%= grunt.template.today("yyyy") %> <%= pkg.author %>
\n
'
+
'
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
\n
'
+
'
* details, see http://creativecommons.org/licenses/by/3.0/.
\n
'
+
'
*/
\n
'
,
jqueryCheck
:
'
if (typeof jQuery ===
\'
undefined
\'
) { throw new Error(
\'
Bootstrap requires jQuery
\'
) }
\n\n
'
,
jqueryCheck
:
'
if (typeof jQuery ===
\'
undefined
\'
) { throw new Error(
\'
Bootstrap requires jQuery
\'
) }
\n\n
'
,
// Task configuration.
// Task configuration.
...
...
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