Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CSS source maps reference to docs. Closes #15211 #15238

Merged
merged 1 commit into from
Nov 30, 2014
Merged

Add CSS source maps reference to docs. Closes #15211 #15238

merged 1 commit into from
Nov 30, 2014

Conversation

peterblazejewicz
Copy link
Contributor

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

@juthilo juthilo added the docs label Nov 26, 2014
@juthilo juthilo added this to the v3.3.2 milestone Nov 26, 2014
@cvrebert
Copy link
Collaborator

Perhaps we should hyperlink the term "source maps" to https://developers.google.com/chrome-developer-tools/docs/css-preprocessors (or to similar external docs).

@peterblazejewicz
Copy link
Contributor Author

@cvrebert can/should I update PR with info callout block?
http://jsbin.com/nekoramemu/

@cvrebert
Copy link
Collaborator

A callout seems like overkill, and we're trying to cut down on callouts generally.
But let's definitely hyperlink the term.

- update distribution file list with relevant files
- add a short reference to CSS source map purpose
- add link to Google Chrome developer network article
@peterblazejewicz
Copy link
Contributor Author

PR updated, now sample shows paragraph from docs:
http://jsbin.com/tidoma/

mdo added a commit that referenced this pull request Nov 30, 2014
Add CSS source maps reference to docs. Closes #15211
@mdo mdo merged commit a35ee9d into twbs:master Nov 30, 2014
@mdo
Copy link
Member

mdo commented Nov 30, 2014

Merged the changes and made a few copy edits. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants