Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/grunt
AgeCommit message (Collapse)Author
2018-09-28Use BrowserStack for our unit tests.Johann-S
2018-04-09update to stylelint order from v4Mark Otto
2017-11-26file cleanupMark Otto
2017-11-26move from csslint to stylelintMark Otto
2017-07-04bump versionMark Otto
2016-07-25Fix grunt/change-version.js to update NuGet-related files tooChris Rebert
[ci skip]
2016-07-25Fix grunt/change-version.js to update .less files tooChris Rebert
[ci skip]
2016-07-25Update version numbers in preparation for v3.3.7 release (#20357)Chris Rebert
[skip sauce]
2016-07-21Update jQuery version check and jQuery dependency version range (#20338)Chris Rebert
Closes #16834 [skip validator]
2016-07-14Bump devDependencies.XhmikosR
[sauce skip]
2016-07-10Update devDependencies.XhmikosR
2016-06-28Update devDependencies and gems.XhmikosR
2016-06-28Backport #20196 to v3.XhmikosR
Use shx so that the npm scripts work everywhere the same.
2016-05-29Update all devDependencies.XhmikosR
Keep grunt at v0.4.5 due to some of the devDependencies not being updated for grunt 1.x.
2016-04-02Update devDependencies.XhmikosR
[sauce skip]
2016-03-25Bump grunt-html.XhmikosR
[sauce skip]
2016-03-24update shrinkwrapChris Rebert
2016-03-19Update dependencies.XhmikosR
2016-03-11Update anchor.js to v3.1.0.XhmikosR
[ci skip]
2016-03-10Remove custom caching and use Bundle for gems.XhmikosR
2016-02-24Use iOS 9.2 in Sauce testsChris Rebert
[skip validator]
2015-12-17Port #18402 to v3: s/grunt-sed/npm script/gChris Rebert
Fixes #18338 [skip sauce] [skip validator]
2015-10-11Added missing new lines at EOF.Baraa Hamodi
2015-07-28Bootstrap v3 does not currently claim to be compatible with jQuery v3; ↵Chris Rebert
closes #16834 [skip sauce] [skip validator]
2015-04-28Bump copyright year.XhmikosR
[ci skip]
2015-04-28Minor lint tweaks.XhmikosR
2015-04-23Update Holder.js to v2.6.0.XhmikosR
[ci skip]
2015-04-07Sauce tests: upgrade iOS to v8.2Chris Rebert
[skip validator]
2015-02-23Use OS X 10.10 for Sauce iPhone simulatorChris Rebert
[skip validator]
2015-01-21Add AnchorJS for docs anchors.XhmikosR
2015-01-21remarkable -> markdown-itChris Rebert
2015-01-13use strict mode for jqueryVersionCheck; fixes #15535Chris Rebert
2014-12-30Minor fix to Glyphicons data generatorChris Rebert
2014-12-30Revert "remove Glyphicons docs autogeneration from Grunt"Chris Rebert
This reverts commit 36b530892600648a6d6a24dd2520f84839cc0ace. This reverts PR #14065. Turns out Glyphicons is more active than we'd thought.
2014-11-16upgrade iOS tests to 8.1Chris Rebert
[skip validator]
2014-11-16upgrade OS X tests to YosemiteChris Rebert
[skip validator]
2014-11-04Remove duplicate code from Customizer/Gruntfile by sharing itHeinrich Fenkart
2014-10-28Merge branch 'master' into jonschlinkert/masterChris Rebert
2014-10-28Update Sauce iOS Safari test to iOS 8.0Chris Rebert
[skip validator]
2014-10-28tweak banner of autogenerated CommonJS moduleChris Rebert
2014-10-27Tweak parser to ignore empty Less section docstrings; fixes #14878Chris Rebert
2014-10-26Replaces markdown.js with ↵jonschlinkert
[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-26bs-commonjs-generator.js: always use forward slashes in the require path.XhmikosR
Since `path.resolve` is using backslashes on Windows, we ended up with different files. Just replace those with forward slashes.
2014-09-09code style improvementJames Friend
2014-09-09added banner about generated fileJames Friend
2014-08-28code style fixesJames Friend
2014-08-28pulled output path out to gruntfileJames Friend
2014-08-28Merge remote-tracking branch 'upstream/master' into node-requirableJames Friend
Conflicts: Gruntfile.js
2014-08-28generate commonjs/npm entrypoint module via grunt taskJames Friend
2014-07-11Gruntfile-specific JSHint config: disable ASIChris Rebert
Refs #14118