Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !11657

Use pkg.homepage

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/zlatanvasovic/homepage into master 11 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: zlatanvasovic

I changed hardcoded site url to pkg.homepage. Althrought, I ran grunt dist.

/cc @mdo

Compare
  • master (base)

and
  • latest version
    ab870856
    1 commit, 2 years ago

2 files
+ 2
- 2

    Preferences

    File browser
    Compare changes
dis‎t/js‎
bootstra‎p.min.js‎ +1 -1
Gruntf‎ile.js‎ +1 -1
dist/js/bootstrap.min.js
+ 1
- 1
  • View file @ ab870856

  • Edit in single-file editor

  • Open in Web IDE

Files with large changes are collapsed by default.

Gruntfile.js
+ 1
- 1
  • View file @ ab870856

  • Edit in single-file editor

  • Open in Web IDE


@@ -11,7 +11,7 @@ module.exports = function(grunt) {
// Metadata.
pkg: grunt.file.readJSON('package.json'),
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' +
' * Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>\n' +
' */\n\n',
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
1
meta
1
meta
    Assign labels
  • Manage project labels

Milestone
v3.0.3
v3.0.3
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
2
2 participants
Administrator
Mark Otto
Reference: twbs/bootstrap!11657
Source branch: github/fork/zlatanvasovic/homepage

Menu

Explore Projects Groups Snippets