| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-07-25 | Fix grunt/change-version.js to update NuGet-related files too | Chris Rebert | 1 | -0/+2 | |
| [ci skip] | |||||
| 2016-07-25 | Fix grunt/change-version.js to update .less files too | Chris Rebert | 1 | -0/+1 | |
| [ci skip] | |||||
| 2016-07-25 | Update version numbers in preparation for v3.3.7 release (#20357) | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2016-07-21 | Update jQuery version check and jQuery dependency version range (#20338) | Chris Rebert | 1 | -2/+2 | |
| Closes #16834 [skip validator] | |||||
| 2016-07-14 | Bump devDependencies. | XhmikosR | 1 | -466/+103 | |
| [sauce skip] | |||||
| 2016-07-10 | Update devDependencies. | XhmikosR | 1 | -795/+227 | |
| 2016-06-28 | Update devDependencies and gems. | XhmikosR | 1 | -564/+55 | |
| 2016-06-28 | Backport #20196 to v3. | XhmikosR | 1 | -149/+176 | |
| Use shx so that the npm scripts work everywhere the same. | |||||
| 2016-05-29 | Update all devDependencies. | XhmikosR | 1 | -420/+849 | |
| Keep grunt at v0.4.5 due to some of the devDependencies not being updated for grunt 1.x. | |||||
| 2016-04-02 | Update devDependencies. | XhmikosR | 1 | -228/+136 | |
| [sauce skip] | |||||
| 2016-03-25 | Bump grunt-html. | XhmikosR | 1 | -6/+6 | |
| [sauce skip] | |||||
| 2016-03-24 | update shrinkwrap | Chris Rebert | 1 | -1158/+740 | |
| 2016-03-19 | Update dependencies. | XhmikosR | 1 | -114/+328 | |
| 2016-03-11 | Update anchor.js to v3.1.0. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2016-03-10 | Remove custom caching and use Bundle for gems. | XhmikosR | 1 | -0/+3959 | |
| 2016-02-23 | Use iOS 9.2 in Sauce tests | Chris Rebert | 1 | -1/+1 | |
| [skip validator] | |||||
| 2015-12-16 | Port #18402 to v3: s/grunt-sed/npm script/g | Chris Rebert | 1 | -0/+106 | |
| Fixes #18338 [skip sauce] [skip validator] | |||||
| 2015-10-10 | Added missing new lines at EOF. | Baraa Hamodi | 1 | -1/+1 | |
| 2015-07-27 | Bootstrap v3 does not currently claim to be compatible with jQuery v3; ↵ | Chris Rebert | 1 | -2/+2 | |
| closes #16834 [skip sauce] [skip validator] | |||||
| 2015-04-28 | Bump copyright year. | XhmikosR | 4 | -3/+13 | |
| [ci skip] | |||||
| 2015-04-28 | Minor lint tweaks. | XhmikosR | 4 | -17/+12 | |
| 2015-04-23 | Update Holder.js to v2.6.0. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-04-07 | Sauce tests: upgrade iOS to v8.2 | Chris Rebert | 1 | -1/+1 | |
| [skip validator] | |||||
| 2015-02-22 | Use OS X 10.10 for Sauce iPhone simulator | Chris Rebert | 1 | -1/+1 | |
| [skip validator] | |||||
| 2015-01-21 | Add AnchorJS for docs anchors. | XhmikosR | 1 | -0/+1 | |
| 2015-01-20 | remarkable -> markdown-it | Chris Rebert | 1 | -2/+2 | |
| 2015-01-13 | use strict mode for jqueryVersionCheck; fixes #15535 | Chris Rebert | 1 | -0/+1 | |
| 2014-12-29 | Minor fix to Glyphicons data generator | Chris Rebert | 1 | -1/+1 | |
| 2014-12-29 | Revert "remove Glyphicons docs autogeneration from Grunt" | Chris Rebert | 1 | -0/+41 | |
| This reverts commit 36b530892600648a6d6a24dd2520f84839cc0ace. This reverts PR #14065. Turns out Glyphicons is more active than we'd thought. | |||||
| 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. | |||||
