aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
AgeCommit message (Collapse)AuthorFilesLines
2015-10-29Update devDependencies.XhmikosR1-1/+1
[skip sauce]
2015-09-30Add CSS portion of IE10 viewport bug workaround to docsChris Rebert1-0/+1
Refs #17337
2015-06-04Include CSS Map file for bootstrap.min.cssKevin Kirsche1-0/+1
X-Ref #16583
2015-06-01Fix license header after e93c6a2216c69daa574abc16e7c14767fce44ad6.XhmikosR1-1/+1
[ci skip]
2015-05-16Remove grunt-banner completely.XhmikosR1-11/+1
Add a license header in theme instead.
2015-05-16Update Anchor.js and port over the existing styles.Bryan Braun1-3/+1
Anchor.js 1.0.0 drops the need to use anchor.css, so we remove it from the codebase and move any leftover styles over to docs.css. Closes #16488 by merging it.
2015-04-28Add package.js in Grunt tasks.XhmikosR1-1/+1
2015-04-23Fix #16075 by switching to maintained fork of grunt-sedChris Rebert1-0/+8
[skip sauce] [skip validator]
2015-04-23Grunt: extend `prep-release` task.XhmikosR1-1/+1
Make it so that everything is done for us to reduce the possibility of missing something when releasing.
2015-04-08Add grunt-contrib-htmlmin.XhmikosR1-1/+21
Only used for the GitHub docs.
2015-04-08Remove extra comma.XhmikosR1-1/+1
2015-04-08Update dependencies.XhmikosR1-1/+5
2015-03-27There is no jshint:src taskZach Leatherman1-1/+1
2015-03-08add TODO item regarding clean-css v3.2 & zeroUnitsChris Rebert1-0/+2
Refs https://github.com/twbs/bootstrap/issues/14837#issuecomment-77441999
2015-03-01Use different way to make failing test more visible in SauceHeinrich Fenkart1-1/+1
2015-02-20Update dependencies.XhmikosR1-2/+7
2015-02-10bump grunt-html to ~3.0.0Chris Rebert1-1/+0
2015-02-02Switch to grunt-html over grunt-html-validation.Mark Otto1-13/+8
2015-01-26Gruntfile.js: Remove now unneeded validator relaxError option.XhmikosR1-2/+1
2015-01-21Add AnchorJS for docs anchors.XhmikosR1-3/+5
2015-01-05Sauce testing: set maxPollRetries to 4 for increased robustnessChris Rebert1-0/+1
2015-01-01Happy New Year :santa:Zlatan Vasović1-1/+1
2014-12-31Merge pull request #15464 from twbs/address-15419Chris Rebert1-1/+4
Address #15419
2014-12-29Revert "remove Glyphicons docs autogeneration from Grunt"Chris Rebert1-1/+4
This reverts commit 36b530892600648a6d6a24dd2520f84839cc0ace. This reverts PR #14065. Turns out Glyphicons is more active than we'd thought.
2014-12-28Bump grunt-contrib-cssmin to ~0.11.0Chris Rebert1-1/+1
2014-12-09Add grunt-contrib-compress.XhmikosR1-1/+21
Now, the zip file is created when running `grunt prep-release`. [ci skip]
2014-12-08grunt-saucelabs now uses `throttled` instead of `concurrency`Chris Rebert1-1/+1
[skip validator]
2014-12-02Whitelist <li role="separator">...</li>Chris Rebert1-1/+2
Refs https://www.w3.org/Bugs/Public/show_bug.cgi?id=27120 Refs #15263 [skip sauce]
2014-11-20Add a target to generate the gh-pages files.XhmikosR1-2/+12
It sets `github: true` for us.
2014-11-19disable core tests for Savage buildsChris Rebert1-1/+3
2014-11-10HTML validation: No longer relax the `X-UA-Compatible` errorHeinrich Fenkart1-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-05Use a Jekyll plugin instead of the `copy:configBridge` grunt taskHeinrich Fenkart1-5/+1
2014-11-04Remove duplicate code from Customizer/Gruntfile by sharing itHeinrich Fenkart1-42/+17
2014-10-29Customizer: include the minified files only on GitHub pages.XhmikosR1-0/+1
2014-10-25Merge pull request #13824 from jsdf/node-requirableMark Otto1-1/+8
Allow npm package to be resolved via node module resolution
2014-10-23Add jQuery version check to existing jQuery presence checkHeinrich Fenkart1-3/+16
Fixes #14809. Closes #14825.
2014-10-09Update FileSaver.js v2014-08-29.XhmikosR1-1/+1
2014-10-09Update Blob.js to v2014-07-24.XhmikosR1-1/+1
2014-09-17fix #14609Chris Rebert1-1/+2
2014-08-30Gruntfile.js: Simplify copy task.vsn4ik1-9/+2
2014-08-28pulled output path out to gruntfileJames Friend1-3/+4
2014-08-28Merge remote-tracking branch 'upstream/master' into node-requirableJames Friend1-84/+106
Conflicts: Gruntfile.js
2014-08-28generate commonjs/npm entrypoint module via grunt taskJames Friend1-0/+6
2014-08-14Gruntfile: Fix #13949 by separating docs into separate task & refactoringChris Rebert1-15/+20
2014-08-13Gruntfile: switch cssmin & jade tasks from `files` over to `src` & `dest`Chris Rebert1-19/+24
Refs #14388.
2014-08-13Gruntfile.js: Use user-friendly properties.vsn4ik1-9/+6
2014-08-08Merge pull request #14325 from hnrch02/cleanup-buttons-docsChris Rebert1-1/+2
Clean up buttons documentation
2014-08-06Clean up buttons documentationHeinrich Fenkart1-1/+2
2014-08-06Make grunt concat js files when watchingMichael J.1-1/+1
2014-07-31grunt now watch files in all folders/subfoldersMichael J.1-1/+1