| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-12-11 | Merge pull request #14 from twbs/nuke_customizer | Mark Otto | 1 | -36/+2 | |
| Nuke the customizer | |||||
| 2014-12-10 | nuke the customizer | Mark Otto | 1 | -36/+2 | |
| 2014-12-09 | Add grunt-contrib-compress. | XhmikosR | 1 | -1/+21 | |
| Now, the zip file is created when running `grunt prep-release`. [ci skip] | |||||
| 2014-12-08 | add test-scss Grunt task | Chris Rebert | 1 | -1/+11 | |
| 2014-12-08 | grunt-saucelabs now uses `throttled` instead of `concurrency` | Chris Rebert | 1 | -1/+1 | |
| [skip validator] | |||||
| 2014-12-05 | Disable source comments | Gleb Mazovetskiy | 1 | -0/+1 | |
| Require latest grunt-sass, bumped dep | |||||
| 2014-12-02 | bit of cleanup | Mark Otto | 1 | -35/+0 | |
| 2014-12-02 | convert to scss | Mark Otto | 1 | -26/+57 | |
| 2014-12-02 | Whitelist <li role="separator">...</li> | Chris Rebert | 1 | -1/+2 | |
| Refs https://www.w3.org/Bugs/Public/show_bug.cgi?id=27120 Refs #15263 [skip sauce] | |||||
| 2014-11-30 | fix more broke shit, run grunt | Mark Otto | 1 | -62/+28 | |
| 2014-11-20 | Add a target to generate the gh-pages files. | XhmikosR | 1 | -2/+12 | |
| It sets `github: true` for us. | |||||
| 2014-11-19 | disable core tests for Savage builds | Chris Rebert | 1 | -1/+3 | |
| 2014-11-10 | HTML validation: No longer relax the `X-UA-Compatible` error | Heinrich Fenkart | 1 | -1/+0 | |
| The validator no longer complains about it unless the value is different from `content=IE=edge`, see https://www.w3.org/Bugs/Public/show_bug.cgi?id=27091 | |||||
| 2014-11-05 | Use a Jekyll plugin instead of the `copy:configBridge` grunt task | Heinrich Fenkart | 1 | -5/+1 | |
| 2014-11-04 | Remove duplicate code from Customizer/Gruntfile by sharing it | Heinrich Fenkart | 1 | -42/+17 | |
| 2014-10-29 | Customizer: include the minified files only on GitHub pages. | XhmikosR | 1 | -0/+1 | |
| 2014-10-25 | Merge pull request #13824 from jsdf/node-requirable | Mark Otto | 1 | -1/+8 | |
| Allow npm package to be resolved via node module resolution | |||||
| 2014-10-23 | Add jQuery version check to existing jQuery presence check | Heinrich Fenkart | 1 | -3/+16 | |
| Fixes #14809. Closes #14825. | |||||
| 2014-10-09 | Update FileSaver.js v2014-08-29. | XhmikosR | 1 | -1/+1 | |
| 2014-10-09 | Update Blob.js to v2014-07-24. | XhmikosR | 1 | -1/+1 | |
| 2014-09-17 | fix #14609 | Chris Rebert | 1 | -1/+2 | |
| 2014-08-30 | Gruntfile.js: Simplify copy task. | vsn4ik | 1 | -9/+2 | |
| 2014-08-28 | pulled output path out to gruntfile | James Friend | 1 | -3/+4 | |
| 2014-08-28 | Merge remote-tracking branch 'upstream/master' into node-requirable | James Friend | 1 | -84/+106 | |
| Conflicts: Gruntfile.js | |||||
| 2014-08-28 | generate commonjs/npm entrypoint module via grunt task | James Friend | 1 | -0/+6 | |
| 2014-08-14 | Gruntfile: Fix #13949 by separating docs into separate task & refactoring | Chris Rebert | 1 | -15/+20 | |
| 2014-08-13 | Gruntfile: switch cssmin & jade tasks from `files` over to `src` & `dest` | Chris Rebert | 1 | -19/+24 | |
| Refs #14388. | |||||
| 2014-08-13 | Gruntfile.js: Use user-friendly properties. | vsn4ik | 1 | -9/+6 | |
| 2014-08-08 | Merge pull request #14325 from hnrch02/cleanup-buttons-docs | Chris Rebert | 1 | -1/+2 | |
| Clean up buttons documentation | |||||
| 2014-08-06 | Clean up buttons documentation | Heinrich Fenkart | 1 | -1/+2 | |
| 2014-08-06 | Make grunt concat js files when watching | Michael J. | 1 | -1/+1 | |
| 2014-07-31 | grunt now watch files in all folders/subfolders | Michael J. | 1 | -1/+1 | |
| 2014-07-18 | Have HTML5 validator ignore `autocomplete="off"` on input[type="checkbox"] | Chris Rebert | 1 | -1/+2 | |
| Not clear from the spec whether this is invalid per se. But it is the current best known workaround for Firefox's unusual behavior. | |||||
| 2014-07-11 | Gruntfile.js: Add semicolon in "_update-shrinkwrap" task. | vsn4ik | 1 | -1/+1 | |
| 2014-07-07 | Merge pull request #14036 from twbs/fix-13575 | Chris Rebert | 1 | -15/+16 | |
| Jekyll: Use non-minified assets when not running from GitHub Pages | |||||
| 2014-07-07 | remove Glyphicons docs autogeneration from Grunt | Chris Rebert | 1 | -4/+1 | |
| Simplifies the build tooling a teeny bit. This data file shouldn't need to be updated for v3 ever again. This task will also be unnecessary in v4. [skip sauce] [skip validator] | |||||
| 2014-07-03 | use non-minified Bootstrap JS when on non-gh-pages | Chris Rebert | 1 | -7/+8 | |
| 2014-07-03 | use non-minified docs JS on non-gh-pages | Chris Rebert | 1 | -3/+3 | |
| 2014-07-03 | use non-minified docs CSS on non-gh-pages | Chris Rebert | 1 | -5/+5 | |
| 2014-07-01 | Copy all files in docs/dist. | XhmikosR | 1 | -2/+2 | |
| Now we are on par with what we have on the gh-pages dist/ folder. | |||||
| 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. | |||||
