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
ab870856
Commit
ab870856
authored
11 years ago
by
Zlatan Vasović
Browse files
Options
Download
Email Patches
Plain Diff
Use pkg.homepage
parent
0d81c4e3
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Gruntfile.js
+1
-1
Gruntfile.js
dist/js/bootstrap.min.js
+1
-1
dist/js/bootstrap.min.js
with
2 additions
and
2 deletions
+2
-2
Gruntfile.js
+
1
-
1
View file @
ab870856
...
@@ -11,7 +11,7 @@ module.exports = function(grunt) {
...
@@ -11,7 +11,7 @@ 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 %> (
http://getbootstrap.com
)
\n
'
+
'
* Bootstrap v<%= pkg.version %> (
<%= pkg.homepage %>
)
\n
'
+
'
* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>
\n
'
+
'
* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>
\n
'
+
'
* Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>
\n
'
+
'
* Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>
\n
'
+
'
*/
\n\n
'
,
'
*/
\n\n
'
,
...
...
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.min.js
+
1
-
1
View file @
ab870856
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