| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-12-16 | remove IE8 from Sauce tests | Chris Rebert | 1 | -11/+0 | |
| 2014-12-15 | bump min Firefox in Autoprefixer config to v31 (latest ESR) | Chris Rebert | 1 | -2/+2 | |
| 2014-12-15 | bump min IE in Autoprefixer config to v9 | Chris Rebert | 1 | -1/+1 | |
| 2014-12-10 | nuke the customizer | Mark Otto | 1 | -10/+0 | |
| 2014-11-30 | fixes and grunt | Mark Otto | 1 | -1/+1 | |
| 2014-11-15 | upgrade iOS tests to 8.1 | Chris Rebert | 1 | -1/+1 | |
| [skip validator] | |||||
| 2014-11-15 | upgrade OS X tests to Yosemite | Chris Rebert | 1 | -3/+3 | |
| [skip validator] | |||||
| 2014-11-04 | Remove duplicate code from Customizer/Gruntfile by sharing it | Heinrich Fenkart | 1 | -0/+44 | |
| 2014-10-28 | Merge branch 'master' into jonschlinkert/master | Chris Rebert | 3 | -6/+6 | |
| 2014-10-27 | Update Sauce iOS Safari test to iOS 8.0 | Chris Rebert | 1 | -1/+1 | |
| [skip validator] | |||||
| 2014-10-27 | tweak banner of autogenerated CommonJS module | Chris Rebert | 1 | -1/+1 | |
| 2014-10-27 | Tweak parser to ignore empty Less section docstrings; fixes #14878 | Chris Rebert | 1 | -3/+3 | |
| 2014-10-26 | Replaces markdown.js with ↵ | jonschlinkert | 1 | -2/+4 | |
| [remarkable](https://github.com/jonschlinkert/remarkable). - remarkable has 100% support for [commonmark](http://jgm.github.io/CommonMark/spec.html) - [faster](https://github.com/jonschlinkert/remarkable/tree/master/benchmark) - easier to monkeypatch. this is a goal of ours, might be useful to you at some point given the custom tokenizing/parsing you're doing for documentation. | |||||
| 2014-10-26 | bs-commonjs-generator.js: always use forward slashes in the require path. | XhmikosR | 1 | -1/+1 | |
| Since `path.resolve` is using backslashes on Windows, we ended up with different files. Just replace those with forward slashes. | |||||
| 2014-09-09 | code style improvement | James Friend | 1 | -2/+3 | |
| 2014-09-09 | added banner about generated file | James Friend | 1 | -1/+2 | |
| 2014-08-28 | code style fixes | James Friend | 1 | -2/+1 | |
| 2014-08-28 | pulled output path out to gruntfile | James Friend | 1 | -9/+8 | |
| 2014-08-28 | Merge remote-tracking branch 'upstream/master' into node-requirable | James Friend | 4 | -97/+15 | |
| Conflicts: Gruntfile.js | |||||
| 2014-08-28 | generate commonjs/npm entrypoint module via grunt task | James Friend | 1 | -0/+23 | |
| 2014-07-10 | Gruntfile-specific JSHint config: disable ASI | Chris Rebert | 1 | -0/+1 | |
| Refs #14118 | |||||
| 2014-07-07 | remove Glyphicons docs autogeneration from Grunt | Chris Rebert | 1 | -41/+0 | |
| 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-06-24 | reenable Win7 IE8-9 in Sauce | Chris Rebert | 1 | -10/+10 | |
| 2014-06-24 | reenable OS X Chrome in Sauce | Chris Rebert | 1 | -5/+4 | |
| 2014-06-19 | Switch to uber/npm-shrinkwrap for npm-shrinkwrap.json generation | Chris Rebert | 1 | -41/+0 | |
| 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-06 | Tweak JSHint and JSCS checks. | XhmikosR | 1 | -9/+4 | |
| 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-04-09 | JS: remove unused variables. | XhmikosR | 1 | -1/+2 | |
| 2014-03-30 | Sauce tests: update iOS to v7.1 | Chris Rebert | 1 | -1/+1 | |
| 2014-03-28 | use glob instead of fs.readdirSync since /less now has subdirs | Chris Rebert | 1 | -5/+11 | |
| 2014-03-20 | #ffff -> #fff | Zlatan Vasović | 1 | -1/+1 | |
| :smile: | |||||
| 2014-03-17 | Add build-glyphicons-data log | Zlatan Vasović | 1 | -2/+9 | |
| Closes #12987 | |||||
| 2014-03-17 | pass grunt into generateRawFilesJs instead of require()ing it | Chris Rebert | 1 | -2/+1 | |
| 2014-03-16 | move sauce_browsers.yml into /grunt/; fixes #13065 | Chris Rebert | 1 | -0/+83 | |
| 2014-03-08 | Remove redundant parens | Zlatan Vasović | 1 | -1/+1 | |
| 2014-03-07 | fix #12959 | Chris Rebert | 1 | -1/+14 | |
| 2014-03-07 | Move license to the top of the file. | XhmikosR | 1 | -1/+3 | |
| 2014-03-07 | Fix typo. | XhmikosR | 1 | -3/+3 | |
| 2014-03-06 | switch to grunt-css-flip for RTL CSS generation | Chris Rebert | 1 | -27/+0 | |
| 2014-03-05 | Merge pull request #12853 from twbs/jscs | XhmikosR | 1 | -9/+4 | |
| Switch to JSCS | |||||
| 2014-02-28 | Re-indent grunt/.jshintrc. | XhmikosR | 1 | -8/+8 | |
| 2014-02-28 | Move `immed` to JSCS. | XhmikosR | 1 | -1/+0 | |
| 2014-02-28 | Move `trailing` check to JSCS. | XhmikosR | 1 | -1/+0 | |
| 2014-02-28 | Move `camelcase` check to JSCS. | XhmikosR | 1 | -1/+0 | |
| 2014-02-28 | Move the quotes check to JSCS. | XhmikosR | 1 | -1/+0 | |
| 2014-02-28 | Switch to using JSCS for the indentation check. | XhmikosR | 1 | -12/+11 | |
| 2014-02-25 | add Grunt task for css-flip-ing & add RTL to Gruntfile configs | Chris Rebert | 1 | -0/+27 | |
| 2014-02-16 | Improve grunt/.jshintrc | Zlatan Vasović | 1 | -3/+2 | |
| 2014-02-13 | Add build-raw-files log; fixes #12603 | Zlatan Vasović | 1 | -2/+10 | |
| Fixes #12672 | |||||
| 2014-02-12 | Remove trailing space. | XhmikosR | 1 | -1/+1 | |
| 2014-02-10 | Use different coding style for Gruntfile | Zlatan Vasović | 5 | -26/+44 | |
| Fixes #12657 | |||||
