aboutsummaryrefslogtreecommitdiff
path: root/docs-assets/js/customize.js
AgeCommit message (Collapse)AuthorFilesLines
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto1-12/+0
2013-12-26Fixes #12012: Use correct banner in docs jsMark Otto1-3/+3
2013-12-24roll back version numbers to avoid broken links in docs and readme (fixes ↵Mark Otto1-2/+2
#12000)
2013-12-18using templating doesn't seem to work there; hardcode license URL insteadChris Rebert1-1/+1
Tested the customizer, the generated zip had: css/bootstrap.css:line 6: * Licensed under MIT (<%= _.pluck(pkg.licenses, "url").join(", ") %>) Revised customizer generates: css/bootstrap.css:line 4: * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
2013-12-18rebuild minified customizer JS so it reflects the licensing changeChris Rebert1-1/+1
2013-12-18more license mentionsMark Otto1-1/+1
2013-12-18version bumpMark Otto1-2/+2
2013-12-11customizer.js: remove a workaround for older less.js.XhmikosR1-1/+1
2013-12-10Update less.js to v1.5.1.XhmikosR1-3/+4
This fixes an error with `&:extend(.clearfix all)` when using the customizer.
2013-12-08gruntMark Otto1-1/+1
2013-12-08Match customizer banner to Gruntfile bannerMark Otto1-1/+1
2013-12-06need customize.js to be tracked for it to work on GitHub PagesChris Rebert1-0/+11
follow-up to #11738