aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
AgeCommit message (Collapse)AuthorFilesLines
2014-01-08Use the docs banner for all the docs generated files.XhmikosR1-6/+9
2014-01-08Turn advanced optimizations off until it's fixed in clean-css.XhmikosR1-0/+1
2014-01-08Minify docs CSS too.XhmikosR1-1/+16
2014-01-08docs-assets: concatenate and minify all javascript files.XhmikosR1-0/+11
2014-01-07extract glyphicons.yml generator out of Gruntfile into separate moduleChris Rebert1-23/+2
2014-01-07extract raw-files.js generator out of Gruntfile into separate moduleChris Rebert1-18/+2
2014-01-07enable CSSLint in test suite; fixes #12094Chris Rebert1-1/+1
2014-01-07adjust filename to indicate that customize JS is minifiedChris Rebert1-1/+1
2014-01-07fix #12143Chris Rebert1-1/+1
2014-01-07Update copyright notices in all placesJulian Thilo1-2/+2
- Implements new format "Copyright 2011-xxxx Twitter, Inc.", which resonates well with our History page and more accurately reflects the copyright status of the repo - grunt dist to update all the files
2014-01-05add /docs/assets JS to JSCS Grunt task configChris Rebert1-0/+3
2014-01-02Drop trailling commaZlatan Vasović1-1/+1
No need for it.
2013-12-31Update Gruntfile.js to copy 'dist/' files to 'docs/dist/' with 'grunt dist' ↵Mark Otto1-1/+1
task; Fixes #12030: navbar toggle focus state
2013-12-31derpMark Otto1-1/+1
2013-12-31Fixes #12046: move .csscomb.json and .csslintrc to less/ folderMark Otto1-2/+2
2013-12-31typoMark Otto1-1/+1
2013-12-31@nschonni's feedback <3Mark Otto1-16/+9
2013-12-31@cvrebert's feedbackMark Otto1-5/+5
2013-12-31Merge branch 'master' into docs_dirMark Otto1-5/+4
2013-12-29mv sauce_browsers.yml out of the project rootChris Rebert1-1/+1
2013-12-28Streamline copy process by not bringing over full files into docs/dist/, ↵Mark Otto1-4/+15
only take minified ones
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto1-13/+19
2013-12-28Merge two fs variable declarations into oneZlatan Vasović1-4/+3
One is enough.
2013-12-26Fixes #12012: Use correct banner in docs jsMark Otto1-4/+13
2013-12-26Add docs-assets/css/docs.css to csslint too.XhmikosR1-1/+5
2013-12-23Improve bannerZlatan Vasović1-4/+4
2013-12-22Remove timestamp on generated GlyhpiconsMark Otto1-3/+2
2013-12-18Write Glyphicons to _data, generate Glyphicons markupRoss Allen1-1/+28
This generates a glyphicons.yml file from the glyphicons.less source, and then components.html uses that data to generate the Glyphicons docs by iterating through the data. The _data directory was introduced in Jekyll 1.3.0, and GitHub Pages is already on [version 1.4.2][1]. Fixes #11862. [1] https://github.com/github/pages-gem/blob/master/github-pages.gemspec#L16
2013-12-18more license mentionsMark Otto1-1/+1
2013-12-18Merge branch 'master' into css-source-mapsMark Otto1-104/+22
Conflicts: Gruntfile.js
2013-12-17enable failHard grunt-html-validation option; fixes #11876Chris Rebert1-0/+1
2013-12-16move Sauce test browsers list out of Gruntfile into separate fileChris Rebert1-84/+1
2013-12-15explicitly set more HTML5 validator optionsChris Rebert1-0/+2
2013-12-15Merge branch 'master' into pr/11776Mark Otto1-49/+78
Conflicts: package.json
2013-12-14parallelize Travis using build matrix & test subsuitesChris Rebert1-2/+12
2013-12-12Sauce tests: update to later browsers supported by OS X 10.9Chris Rebert1-4/+4
2013-12-10correct indentationTobias Lindig1-1/+1
2013-12-10Buildprocess: use module "load-grunt-tasks" to load grunt tasks directly ↵Tobias Lindig1-17/+1
from the package.json
2013-12-09enable strictMath in grunt-contrib-less configChris Rebert1-0/+3
2013-12-09enable CSS source maps in grunt-contrib-lessChris Rebert1-2/+18
2013-12-09Undo merge of #11778 and use cleancss min optionMark Otto1-16/+13
2013-12-08Merge branch 'pr/11779' into drop_recess_for_lessMark Otto1-0/+8
Conflicts: Gruntfile.js package.json
2013-12-08Merge branch 'pr/11778' into drop_recess_for_lessMark Otto1-21/+24
Conflicts: Gruntfile.js dist/css/bootstrap-theme.min.css dist/css/bootstrap.min.css
2013-12-08derp, don't sort min /cc @cvrebertMark Otto1-2/+0
2013-12-08merge, compileMark Otto1-6/+7
2013-12-08fixups to csscomb grunt taskChris Rebert1-9/+10
2013-12-08restore original options valueMark Otto1-16/+1
2013-12-08Drop grunt-recess for grunt-contrib-less & coMark Otto1-23/+59
2013-12-08Add csslint support.XhmikosR1-0/+8
2013-12-08Minify css with clean-css.XhmikosR1-15/+17