Skip to content
GitLab
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
  • !15238

Add CSS source maps reference to docs. Closes #15211

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/peterblazejewicz/docs/dist-update into master Nov 26, 2014
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: peterblazejewicz

This rather trivial PR adds relevant information about CSS source map to "What's included" documentation section and it:

  • updates distribution file list with relevant files
  • adds a short reference to CSS source map purpose.
bootstrap/
├── css/
│   ├── bootstrap.css
│   ├── bootstrap.css.map
│   ├── bootstrap.min.css
│   ├── bootstrap-theme.css
│   ├── bootstrap-theme.css.map
│   └── bootstrap-theme.min.css
[...] and minified CSS and JS (bootstrap.min.*) and CSS source maps (bootstrap.*.map) for use with web browsers developer tools. 
Fonts from Glyphicons are included, as is the optional Bootstrap theme. [...]

This PR is not trying to make documentation capable of fully answering questions like this one: http://stackoverflow.com/questions/21504611/what-are-the-map-files-used-for-in-bootstrap-3-1

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/peterblazejewicz/docs/dist-update