aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
AgeCommit message (Collapse)AuthorFilesLines
2015-12-08v4's Gruntfile doesn't currently use htmlminChris Rebert1-1/+1
[ci skip]
2015-12-07fixes #18281Mark Otto1-1/+1
2015-12-06Grunt: Factor out new docs-github taskChris Rebert1-1/+2
Ports #18445 to v4. [skip sauce] [skip validator]
2015-12-05Merge pull request #18402 from twbs/fix-18338Chris Rebert1-16/+0
s/grunt-sed/npm script/
2015-12-05Bump Safari to v8 in Autoprefixer settingsChris Rebert1-1/+1
The latest OS X Safari version is 9.0.1 Our prefixing policy dictates that we prefix 1 version back from the latest version. 9.0.1 - 1_major_version = 8.0 [skip validator]
2015-12-05s/grunt-sed/npm script/ ; fixes #18338Chris Rebert1-16/+0
[skip sauce] [skip validator]
2015-12-05Merge pull request #18379 from twbs/prefix-ios-8XhmikosR1-1/+1
Bump iOS to v8 in Autoprefixer settings
2015-12-03Add back grunt-contrib-compress.XhmikosR1-0/+20
Should automate the release process. [ci skip]
2015-11-29Bump iOS to v8 in Autoprefixer settingsChris Rebert1-1/+1
The latest iOS version is 9.1 Our prefixing policy dictates that we prefix 1 version back from the latest version. 9.1 - 1_major_version = 8.0 [skip validator]
2015-11-24Gruntfile: Add comments explaining CSS prefixing policyChris Rebert1-6/+20
[skip sauce]
2015-11-19Check HTML validity of JS visual tests tooChris Rebert1-1/+1
[skip sauce]
2015-11-16Update devDependencies.XhmikosR1-1/+1
Adapt uglify for the new version.
2015-11-16Check for jQuery >= 3.Chris Rebert1-2/+2
Reword jQuery version mismatch error message since jQuery v3 isn't supported.
2015-11-16Revert "Make jQuery 2.0 the minimum supported version."XhmikosR1-2/+2
This partially reverts commit 9eded912a05082a89ef30b899bbe659cb9ce254c.
2015-11-13Replace grunt-autoprefixer with grunt-postcss + autoprefixerBass Jobsen1-30/+34
Closes #18068
2015-10-29Add MS Edge to Autoprefixer configChris Rebert1-0/+5
[skip sauce] [skip validator]
2015-10-29Update to Jekyll v3.0.0.XhmikosR1-1/+2
[skip sauce]
2015-10-24Make jQuery 2.0 the minimum supported version.XhmikosR1-2/+2
2015-09-30add dash to .scsslint.ymlnextgenthemes1-1/+1
2015-09-25Only run htmllint on TravisChris Rebert1-1/+3
So as to avoid any dependence on Java for normal users of the Gruntfile. [skip sauce]
2015-09-23Move {test-infra=>grunt}/npm-shrinkwrap.jsonChris Rebert1-1/+1
2015-09-06Remove `gem install scss_lint` from Travis.XhmikosR1-0/+1
Instead, use `bundleExec: true` for grunt-scss-lint.
2015-09-05Update htmllint rules for the new version.XhmikosR1-1/+1
2015-09-02Add a license header to bootstrap.scssXavier Gallardo1-11/+1
2015-08-26Add babel:dev to Sauce Grunt subtasks so we don't test stale JSChris Rebert1-0/+1
Refs #17328
2015-08-25Add babel:dev to dist-js Grunt task so that `grunt test` doesn't use stale JSChris Rebert1-1/+1
[skip sauce]
2015-08-25rm broken bundle update task & defunct custom RubyGem caching schemeChris Rebert1-11/+0
[skip sauce]
2015-08-25Gruntfile: rm reference to defunct customizerChris Rebert1-4/+0
[skip sauce]
2015-08-25Specify Internet Explorer 9 as the minimum supported version.XhmikosR1-1/+1
2015-08-25Fix `grunt validate-html` task.XhmikosR1-3/+3
2015-08-18register taskMark Otto1-0/+3
2015-08-18grunt build control for pushing it allMark Otto1-0/+15
2015-08-18js tests passing + eslintJacob Thornton1-1/+8
2015-08-14Massive cleanupMark Otto1-0/+4
- Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color
2015-08-12simpler gruntfile watchMark Otto1-1/+1
2015-08-12Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto1-3/+0
2015-08-12unfuck all that watch shitMark Otto1-9/+1
2015-08-12get the js working for docsJacob Thornton1-3/+0
2015-08-09Merge branch 'v4' into force-expandedThomas McDonald1-1/+2
2015-08-09specify expanded output style for generated css with libsassThomas McDonald1-1/+1
(also fix license banner generator bug)
2015-08-09disable the custom builds generation for now:Mark Otto1-1/+2
2015-08-04Merge branch 'master' into v4mMark Otto1-0/+1
2015-06-19Merge branch 'v4' into v4_buildsMark Otto1-6/+6
2015-06-19fix scsslint.yml pathMark Otto1-4/+4
2015-06-18Merge branch 'master' into v4Mark Otto1-1/+1
2015-06-18Create new stylesheets for optional builds and add them to Gruntfile tasksMark Otto1-7/+13
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-27Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto1-94/+107
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.css.map docs/assets/css/docs.min.css
2015-05-16Remove grunt-banner completely.XhmikosR1-11/+1
Add a license header in theme instead.