aboutsummaryrefslogtreecommitdiff
path: root/docs/grunt
AgeCommit message (Collapse)AuthorFilesLines
2014-02-04reorganize all grunt tasks into one directoryChris Rebert3-300/+0
also fixes #12581
2014-01-20clarify Grunt task licensingChris Rebert3-0/+18
2014-01-19rename raw-files.js to raw-files.min.jsChris Rebert1-1/+1
it's not /technically/ minified, but close enough it's autogenerated, not terribly human-readable, and not meant to be directly modified
2014-01-14add missing semicolonChris Rebert1-1/+1
2014-01-14add copyright notice to raw-files.jsChris Rebert1-2/+5
2014-01-13document subheading syntaxChris Rebert1-0/+2
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-08add support for '//===' for <h3>s in bs-lessdocChris Rebert1-6/+55
2014-01-08Use JS & Jade to generate the customizer variables form HTML from ↵Chris Rebert1-0/+179
variables.less; fixes #11095 also updates variables file organization (courtesy @mdo)
2014-01-07extract glyphicons.yml generator out of Gruntfile into separate moduleChris Rebert1-0/+27
2014-01-07extract raw-files.js generator out of Gruntfile into separate moduleChris Rebert1-0/+22