| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-06-25 | Revert "Revert "Turn off clean-css' advanced optimizations."" | XhmikosR | 1 | -1/+2 | |
| This reverts commit e31c2edf885efd42d2e755f189cc15125d977d70. | |||||
| 2014-06-24 | Revert "Turn off clean-css' advanced optimizations." | Chris Rebert | 1 | -2/+1 | |
| This reverts commit 25ca51319b016bc4e42e1ba882d6f191e001d65d. | |||||
| 2014-06-24 | retry each test up to 3 times in the event of timeout | Chris Rebert | 1 | -0/+1 | |
| Big thanks to @gvas for https://github.com/axemclion/grunt-saucelabs/pull/136 ! <3 | |||||
| 2014-06-24 | Turn off clean-css' advanced optimizations. | XhmikosR | 1 | -1/+2 | |
| Works around #13914. We might give it another go in the future but the stuff this breaks over the time does not justify having it enabled. The gain in size is negligible: dist/css/bootstrap.min.css: 108.65 kB → 109.5 kB dist/css/bootstrap-theme.min.css: 18.84 kB → 18.86 kB docs/assets/css/docs.min.css: 20.44 kB → 20.61 kB | |||||
| 2014-06-23 | Revert UMD (#13772 & friends) for now, due to #13812. | Chris Rebert | 1 | -1/+1 | |
| Will hopefully revert this reversion and land a fully-working version of UMD in v3.3.0. Revert "some changes from #13801 - add strict mode back and ==" This reverts commit 2b302f69eea416bc85e7827b7d7a74d49f879662. Revert "Fix regression of #10038 introduced by #13772" This reverts commit e9d6756a1ac76a9db31a41e8e03f663bedc41b70. Revert "MD/CommonJS/Globals #12909" This reverts commit 1c6fa9010daf0d0c21de9e20fe6ac4dba1788d90. Revert "address #13811" This reverts commit f347d7d955bbb17234b8e12c68efae7d516ce62c. Conflicts: js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/tab.js js/tooltip.js | |||||
| 2014-06-19 | Switch to uber/npm-shrinkwrap for npm-shrinkwrap.json generation | Chris Rebert | 1 | -7/+16 | |
| Instead of our homegrown grunt/shrinkwrap.js Fixes #13483. New npm-shrinkwrap.json is human-readable but still in a consistent/stable format. Should aid debugging, produce better diffs, and be less prone to merge conflicts | |||||
| 2014-06-19 | Merge pull request #13829 from BBosman/preserve | XhmikosR | 1 | -9/+3 | |
| Always use preserveComment: 'some' | |||||
| 2014-06-17 | address #13811 | Chris Rebert | 1 | -1/+1 | |
| 2014-06-17 | Gruntfile: add note about duplicate copy of jqueryCheck code | Chris Rebert | 1 | -0/+1 | |
| Refs #13842 | |||||
| 2014-06-17 | Make autoprefixer browsers fixed | Bas Bosman | 1 | -1/+10 | |
| Closes #13795 by merging it. | |||||
| 2014-06-15 | Always use preserveComment: 'some' | Bas Bosman | 1 | -9/+3 | |
| 2014-06-10 | Update ZeroClipboard to v1.3.5. | XhmikosR | 1 | -1/+1 | |
| Also use the official filenames. | |||||
| 2014-06-10 | Refactor and restyle. | Mark Otto | 1 | -1/+1 | |
| 2014-06-10 | Integrate ZeroClipboard to easily copy code snippets | soundarapandian | 1 | -0/+1 | |
| 2014-06-06 | Comply to the new style. | XhmikosR | 1 | -4/+4 | |
| 2014-06-06 | Tweak JSHint and JSCS checks. | XhmikosR | 1 | -4/+3 | |
| Be more consistent across the whole codebase. Also, make use of JSHint's 2.5.1 `extends` and `qunit` options. This way we set our basis options in js/.jshintrc and override the rest. | |||||
| 2014-05-19 | Reassigned minification of CSS to cssmin task. | Robert Dodd | 1 | -10/+7 | |
| Reassigned minification of CSS files from the less task to the cssmin task | |||||
| 2014-05-18 | Gruntfile: skip steps when $TWBS_DO_*=0 | Chris Rebert | 1 | -2/+9 | |
| 2014-05-18 | Gruntfile: extract runSubset() func | Chris Rebert | 1 | -3/+7 | |
| 2014-05-13 | remove update-shrinkwrap from the default Grunt task | Chris Rebert | 1 | -1/+1 | |
| Most folks shouldn't care about the shrinkwrap. It should only be run on-demand, not as a routine/periodic thing. | |||||
| 2014-05-13 | Remove RTL leftovers. | XhmikosR | 1 | -1/+0 | |
| 2014-05-12 | unfuck the gruntifle | Mark Otto | 1 | -9/+9 | |
| 2014-05-12 | no more concurrency | Mark Otto | 1 | -7/+7 | |
| 2014-05-12 | remove the comment | Mark Otto | 1 | -1/+1 | |
| 2014-05-12 | nuke rtl | Mark Otto | 1 | -10/+1 | |
| 2014-04-24 | add IE warning scripts to linter config | Chris Rebert | 1 | -1/+1 | |
| 2014-03-28 | Add Gist & Customizer URLs to customized files & config.json | Chris Rebert | 1 | -0/+3 | |
| Fixes #9951 Fixes #12865 | |||||
| 2014-03-27 | Gruntfile.js: Remove default `report` option. | XhmikosR | 1 | -8/+3 | |
| 2014-03-24 | Fix #13138: use underscore prefix to ignore directories | Zlatan Vasović | 1 | -16/+16 | |
| 2014-03-17 | Add build-glyphicons-data log | Zlatan Vasović | 1 | -1/+1 | |
| Closes #12987 | |||||
| 2014-03-17 | pass grunt into generateRawFilesJs instead of require()ing it | Chris Rebert | 1 | -1/+1 | |
| 2014-03-16 | Update gruntfile to point to new customizer nav, run grunt | Mark Otto | 1 | -1/+1 | |
| 2014-03-16 | move sauce_browsers.yml into /grunt/; fixes #13065 | Chris Rebert | 1 | -1/+1 | |
| 2014-03-12 | upgrade to grunt-css-flip v0.2.0 | Chris Rebert | 1 | -2/+2 | |
| 2014-03-12 | Gruntfile.js: fix path after d08bbdc6ec50baca9e34d2aa6e8bcfc8d6135217. | XhmikosR | 1 | -1/+1 | |
| 2014-03-11 | Simplify tasks a little bit. | XhmikosR | 1 | -27/+17 | |
| 2014-03-11 | Run usebanner before cssmin. | XhmikosR | 1 | -1/+1 | |
| 2014-03-10 | Merge pull request #12977 from ZDroid/var | XhmikosR | 1 | -2/+2 | |
| Rename generateRawFilesJs to generateRawFiles | |||||
| 2014-03-09 | Fix bad grunt merge and then G R U N T | Mark Otto | 1 | -1/+1 | |
| 2014-03-09 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -2/+2 | |
| Conflicts: Gruntfile.js | |||||
| 2014-03-09 | Reorder the Gruntfile a bit | Mark Otto | 1 | -27/+27 | |
| 2014-03-09 | Remove unneeded quotes. | XhmikosR | 1 | -3/+3 | |
| 2014-03-08 | Rename generateRawFilesJs to generateRawFiles | Zlatan Vasović | 1 | -2/+2 | |
| 2014-03-07 | Merge pull request #12505 from ZDroid/js-cs-hint | Chris Rebert | 1 | -8/+8 | |
| Reorganize docs assets | |||||
| 2014-03-07 | Reorganize docs assets | Zlatan Vasović | 1 | -8/+8 | |
| 2014-03-07 | Do csscomb earlier in build phase | Bas Bosman | 1 | -1/+1 | |
| 2014-03-07 | Add autoprefixer | Bas Bosman | 1 | -1/+28 | |
| 2014-03-07 | Add time-grunt plugin. | XhmikosR | 1 | -0/+1 | |
| 2014-03-06 | re-enable requireCamelCaseOrUpperCaseIdentifiers in JSCS & use `null` to ↵ | Chris Rebert | 1 | -0/+1 | |
| override it for Gruntfile | |||||
| 2014-03-06 | switch to grunt-css-flip for RTL CSS generation | Chris Rebert | 1 | -3/+2 | |
