aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-01-09Merge pull request #12175 from waynn/patch-3Mark Otto1-10/+10
use periods for consistency in each line
2014-01-09mixins.less: fix typo in commentChris Rebert1-1/+1
2014-01-09use periods for consistency in each lineWaynn Lue1-10/+10
2014-01-09Merge pull request #12174 from ZDroid/absolute-urlsChris Rebert1-3/+3
Use absolute instead of relative URLs
2014-01-09Use absolute instead of relative URLsZlatan Vasović1-3/+3
2014-01-09grunt distChris Rebert5-5/+5
2014-01-09Merge pull request #12164 from thomaswelton/issue-12162Chris Rebert2-2/+2
Fix value of svg font ID & removed hard coding
2014-01-09Merge pull request #12163 from ZDroid/wrong-pathsChris Rebert1-4/+2
Update paths in bower.json
2014-01-09Merge pull request #12160 from waynn/patch-2Chris Rebert1-1/+1
missing a period after "Twitter, Inc"
2014-01-09Update paths in bower.jsonZlatan Vasović1-4/+2
- Replace `*.html`, `docs/assets` and `examples` with `docs` (new directory) - Instead of `_*`, it's just `_config.yml`, without regex (speeds up bower download a few milliseconds)
2014-01-09Add new varaible @icon-font-svg-id and set it to be the correct SVG font ID, ↵thomaswelton2-2/+2
used new variable in glyphicons.less
2014-01-09missing a period after "Twitter, Inc"Waynn Lue1-1/+1
2014-01-08bump grunt-contrib-jade to v0.9.1Chris Rebert1-1/+1
2014-01-08JSHint is on crack?Chris Rebert1-1/+1
Linting docs/grunt/bs-raw-files-generator.js ...ERROR [L3:C5] W079: Redefinition of 'btoa'. var btoa = require('btoa')
2014-01-08grunt build-customizerChris Rebert1-1/+1
2014-01-08grunt distChris Rebert2-2/+2
2014-01-08Merge pull request #11158 from twbs/templated-customizerChris Rebert9-1492/+2249
Autogenerate the customizer's variables form
2014-01-08add support for '//===' for <h3>s in bs-lessdocChris Rebert4-21/+71
2014-01-08Use JS & Jade to generate the customizer variables form HTML from ↵Chris Rebert8-1491/+2198
variables.less; fixes #11095 also updates variables file organization (courtesy @mdo)
2014-01-08JSCS can be dumb sometimesChris Rebert1-1/+1
2014-01-08Merge pull request #12150 from twbs/extract-from-gruntfileChris Rebert3-41/+53
cleanup Gruntfile by extracting executable code
2014-01-08Merge pull request #12155 from Dudytz/masterJulian Thilo1-1/+1
updated path docs-assets to docs/assets
2014-01-08updated path docs-assets to docs/assetsEduardo1-1/+1
2014-01-08Use single quotes in the jqueryCheck too.XhmikosR2-2/+2
2014-01-08Remove extra newline from banner.XhmikosR5-10/+6
2014-01-08Use the docs banner for all the docs generated files.XhmikosR4-8/+27
2014-01-08Turn advanced optimizations off until it's fixed in clean-css.XhmikosR2-1/+2
2014-01-08Minify docs CSS too.XhmikosR4-3/+24
2014-01-08docs-assets: concatenate and minify all javascript files.XhmikosR4-7/+15
2014-01-08Merge pull request #12151 from wangsai/no-prebootMark Otto1-2/+2
no preboot
2014-01-08no prebootwangsai1-2/+2
2014-01-07extract glyphicons.yml generator out of Gruntfile into separate moduleChris Rebert2-23/+29
2014-01-07extract raw-files.js generator out of Gruntfile into separate moduleChris Rebert2-18/+24
2014-01-07Merge pull request #12149 from twbs/bump-grunt-contrib-lessChris Rebert1-1/+1
bump grunt-contrib-less to v0.9.0
2014-01-07bump grunt-contrib-less to v0.9.0Chris Rebert1-1/+1
2014-01-07enable CSSLint in test suite; fixes #12094Chris Rebert1-1/+1
2014-01-07adjust filename to indicate that customize JS is minifiedChris Rebert3-2/+2
2014-01-07grunt dist build-customizerChris Rebert2-3/+3
2014-01-07have customizer output Bootstrap Theme too; fixes #12003Chris Rebert1-1/+3
2014-01-07make customizer compilation code more genericChris Rebert1-34/+42
2014-01-07fix #12143Chris Rebert3-3/+3
2014-01-07Merge pull request #12147 from ZDroid/doubleChris Rebert1-1/+1
Drop redundant 'the'
2014-01-07Drop redundant 'the'Zlatan Vasović1-1/+1
2014-01-07Fix #12073: Consistent order of variationsJulian Thilo19-246/+258
This changes the order of component variations throughout the repo (code and docs) to be more consistent. The order now used everywhere is the one most frequently found in the repo before: Default, Primary, Success, Info, Warning, Danger
2014-01-07Merge pull request #12057 from ZDroid/nlChris Rebert12-12/+24
'use strict' on new line
2014-01-07Merge pull request #12135 from leoj3n/patch-2Chris Rebert1-2/+2
Improve wording in CONTRIBUTING.md
2014-01-07Improve wording in CONTRIBUTING.mdJoel Kuzmarski1-2/+2
Parts of the "Pull requests" section are strangely worded. This commit fixes that.
2014-01-06Merge pull request #12133 from leoj3n/patch-1Chris Rebert1-1/+1
Fix bad anchor link in CONTRIBUTING.md
2014-01-07Fix bad anchor link in CONTRIBUTING.mdJoel Kuzmarski1-1/+1
Hey look, I'm contributing to CONTRIBUTING.md! This anchor must have been overlooked while updating the docs in a previous commit. Expected behavior: scroll the document to a linked section. Experienced behavior: nada. This proposed file change renames the anchor text from `coding conventions` to `coding guidelines` and changes the anchor link from `#code-conventions` to `#code-guidelines`.
2014-01-07Merge branch 'master' of https://github.com/twbs/bootstrapJulian Thilo1-1/+1