aboutsummaryrefslogtreecommitdiff
path: root/grunt
AgeCommit message (Collapse)AuthorFilesLines
2016-07-25Fix grunt/change-version.js to update NuGet-related files tooChris Rebert1-0/+2
[ci skip]
2016-07-25Fix grunt/change-version.js to update .less files tooChris Rebert1-0/+1
[ci skip]
2016-07-25Update version numbers in preparation for v3.3.7 release (#20357)Chris Rebert1-1/+1
[skip sauce]
2016-07-21Update jQuery version check and jQuery dependency version range (#20338)Chris Rebert1-2/+2
Closes #16834 [skip validator]
2016-07-14Bump devDependencies.XhmikosR1-466/+103
[sauce skip]
2016-07-10Update devDependencies.XhmikosR1-795/+227
2016-06-28Update devDependencies and gems.XhmikosR1-564/+55
2016-06-28Backport #20196 to v3.XhmikosR1-149/+176
Use shx so that the npm scripts work everywhere the same.
2016-05-29Update all devDependencies.XhmikosR1-420/+849
Keep grunt at v0.4.5 due to some of the devDependencies not being updated for grunt 1.x.
2016-04-02Update devDependencies.XhmikosR1-228/+136
[sauce skip]
2016-03-25Bump grunt-html.XhmikosR1-6/+6
[sauce skip]
2016-03-24update shrinkwrapChris Rebert1-1158/+740
2016-03-19Update dependencies.XhmikosR1-114/+328
2016-03-11Update anchor.js to v3.1.0.XhmikosR1-1/+1
[ci skip]
2016-03-10Remove custom caching and use Bundle for gems.XhmikosR1-0/+3959
2016-02-23Use iOS 9.2 in Sauce testsChris Rebert1-1/+1
[skip validator]
2015-12-16Port #18402 to v3: s/grunt-sed/npm script/gChris Rebert1-0/+106
Fixes #18338 [skip sauce] [skip validator]
2015-10-10Added missing new lines at EOF.Baraa Hamodi1-1/+1
2015-07-27Bootstrap v3 does not currently claim to be compatible with jQuery v3; ↵Chris Rebert1-2/+2
closes #16834 [skip sauce] [skip validator]
2015-04-28Bump copyright year.XhmikosR4-3/+13
[ci skip]
2015-04-28Minor lint tweaks.XhmikosR4-17/+12
2015-04-23Update Holder.js to v2.6.0.XhmikosR1-1/+1
[ci skip]
2015-04-07Sauce tests: upgrade iOS to v8.2Chris Rebert1-1/+1
[skip validator]
2015-02-22Use OS X 10.10 for Sauce iPhone simulatorChris Rebert1-1/+1
[skip validator]
2015-01-21Add AnchorJS for docs anchors.XhmikosR1-0/+1
2015-01-20remarkable -> markdown-itChris Rebert1-2/+2
2015-01-13use strict mode for jqueryVersionCheck; fixes #15535Chris Rebert1-0/+1
2014-12-29Minor fix to Glyphicons data generatorChris Rebert1-1/+1
2014-12-29Revert "remove Glyphicons docs autogeneration from Grunt"Chris Rebert1-0/+41
This reverts commit 36b530892600648a6d6a24dd2520f84839cc0ace. This reverts PR #14065. Turns out Glyphicons is more active than we'd thought.
2014-11-15upgrade iOS tests to 8.1Chris Rebert1-1/+1
[skip validator]
2014-11-15upgrade OS X tests to YosemiteChris Rebert1-3/+3
[skip validator]
2014-11-04Remove duplicate code from Customizer/Gruntfile by sharing itHeinrich Fenkart1-0/+44
2014-10-28Merge branch 'master' into jonschlinkert/masterChris Rebert3-6/+6
2014-10-27Update Sauce iOS Safari test to iOS 8.0Chris Rebert1-1/+1
[skip validator]
2014-10-27tweak banner of autogenerated CommonJS moduleChris Rebert1-1/+1
2014-10-27Tweak parser to ignore empty Less section docstrings; fixes #14878Chris Rebert1-3/+3
2014-10-26Replaces markdown.js with ↵jonschlinkert1-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-26bs-commonjs-generator.js: always use forward slashes in the require path.XhmikosR1-1/+1
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 Friend1-2/+3
2014-09-09added banner about generated fileJames Friend1-1/+2
2014-08-28code style fixesJames Friend1-2/+1
2014-08-28pulled output path out to gruntfileJames Friend1-9/+8
2014-08-28Merge remote-tracking branch 'upstream/master' into node-requirableJames Friend4-97/+15
Conflicts: Gruntfile.js
2014-08-28generate commonjs/npm entrypoint module via grunt taskJames Friend1-0/+23
2014-07-10Gruntfile-specific JSHint config: disable ASIChris Rebert1-0/+1
Refs #14118
2014-07-07remove Glyphicons docs autogeneration from GruntChris Rebert1-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-24reenable Win7 IE8-9 in SauceChris Rebert1-10/+10
2014-06-24reenable OS X Chrome in SauceChris Rebert1-5/+4
2014-06-19Switch to uber/npm-shrinkwrap for npm-shrinkwrap.json generationChris Rebert1-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-06Tweak JSHint and JSCS checks.XhmikosR1-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.