aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/build-tools.md
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-55/+0
2017-05-27revamp getting started docs to use new tocMark Otto1-8/+4
2017-05-24Fix 22643 - Readme links to vanished file (#22647)Ayachii1-1/+1
* Fixed dead link to browser list The link to the list of browsers supported through Autoprefixer was dead, now updated to a working link. * Updated label to display new file path Changed the labeling on the updated link to show read as the new updated file path.
2017-05-01Link to package.json FixedPeter Gerdes1-1/+1
The link to package.json in the v4 docs was linking to package.json in the v3 source. Fixed to point to the correct v4 location. A change like this will need to be made for all branches on version 4 if you want the docs to be linked correctly (github may be smart enough to follow the link to the current branch if you are on github but it was wrong from the main site).
2017-04-21More minor build tweaks and docs updates.Bardi Harborow1-16/+13
2017-01-15Update broken links. (#21696)Pierre-Denis Vanduynslager1-1/+1
2017-01-04Move node-sass to npm script and drop Ruby Sass.Bardi Harborow1-13/+0
2016-11-25Fixes #21195: Add more table of contents to pages with longer contentsMark Otto1-0/+5
2016-11-09Fix broken and redirected links.Bardi Harborow1-1/+1
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-3/+3
2016-10-02v4: Social meta tags (#20825)Mark Otto1-0/+1
* descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
2016-06-20Replace grunt-postcss with postcss-cli (#20140)Chris Rebert1-1/+1
Refs #19990 Continues the degruntification process. Also removes mq4-hover-shim for now, since it doesn't yet implement the standard PostCSS plugin interface.
2016-05-11Fixes #18584: Link to autoprefixer json file (link is broken until we make ↵Mark Otto1-0/+1
this the master branch)
2016-02-29Added colon before enumerationMaarten van Elsas1-1/+1
2015-11-14One more Autoprefixer shoutoutChris Rebert1-2/+2
[skip sauce]
2015-11-14contextual shoutoutMark Otto1-1/+1
2015-11-14consolidate links at the bottom of the fileMark Otto1-6/+6
2015-11-14Add note to build tools docs section about autoprefixerMark Otto1-0/+6
2015-09-21Recommend using bundle for running docs locallyHaralan Dobrev1-4/+4
Closes https://github.com/twbs/bootstrap/issues/17493
2015-08-27Remove the obsolete JSHint references.XhmikosR1-1/+1
2015-08-14Massive cleanupMark Otto1-1/+1
- Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color
2015-08-10remove that snippetMark Otto1-2/+0
2015-08-10move compilting to build-tools, rewrite some grunt stuff, add local docs ↵Mark Otto1-0/+64
with jekyll section based on readme's more detailed walkthrough