0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-13 01:08:58 +01:00
Commit Graph

299 Commits

Author SHA1 Message Date
XhmikosR
50efb699f6 Add a netlify npm script. 2019-03-27 21:02:22 +02:00
XhmikosR
b9e59e96af
Replace master with v3-dev after the branch switch. (#28287) 2019-02-15 23:36:44 +02:00
XhmikosR
d4129dff60 Bump year. 2019-02-13 17:55:38 +02:00
XhmikosR
0f1c6b005f Move the whole autoprefixer config to configBridge.json.
Reduces duplication.
2018-12-14 01:45:51 +02:00
XhmikosR
4a5c7f21d5 Update devDependencies, gems and lots of cleanup/build fixes.
* switch to grunt-postcss and autoprefixer directly; this is the recommended way.
* uglify: specify `ie8` for compatibility
* specify `cascade:false` for autoprefixer
* specify `ieCompat` for less
* drop grunt-contrib-compress since it doesn't work with Node.js 10.x
* remove grunt-contrib-htmlmin to match the v4 docs
* clean up Gruntfile.js
* clean up .travis.yml and backport changes from v4
* build ie10-viewport-bug-workaround.less since it's used in examples
* move shrinkwrap to root
* bs-commonjs-generator.js: Use `path.posix`
* remove .hound.yml
* remove references to no longer used PR bots
* backport and adapt the sri generation script from v4
2018-12-14 01:45:51 +02:00
XhmikosR
e105d15642 Use https, fix broken links and unneeded redirects. 2018-10-18 11:27:47 +03:00
XhmikosR
bfc052ad5a Fix HTML validation errors and lint tests too. 2018-10-08 20:12:34 +03:00
XhmikosR
08529515e5 Bump year to 2018. 2018-10-08 20:12:34 +03:00
Johann-S
4ebe2b8753 Use BrowserStack for our unit tests. 2018-09-28 09:53:59 +03:00
Mark Otto
3c2f8bafac remove csscomb, it's duplicating work from stylelint 2017-11-26 13:40:33 -08:00
Mark Otto
04d92a420a move from csslint to stylelint 2017-11-25 18:06:34 -08:00
Mark Otto
0bb5addfc8 proper docs min 2017-07-04 14:53:16 -07:00
Mark Otto
2fb0cd598d run copy task during watch 2017-07-03 08:58:01 -07:00
Mark Otto
4f4592c225 Reorganize v3 docs CSS to use Less 2017-07-02 15:09:46 -07:00
Chris Rebert
b8b099ddac Gruntfile.js: Use single quotes in htmlmin config to make JSCS happy (#20314)
[skip validator]
[skip sauce]
2016-07-16 21:22:39 -07:00
XhmikosR
edbfd7e24d Update html-minifier's options.
[ci skip]
2016-07-14 11:04:26 +03:00
Chris Rebert
ebdbed1b7d Tell clean-css to inline source files into sourcemap; v3 fix for #19063 2016-07-12 03:05:40 +03:00
XhmikosR
f95dbeaf49 Update devDependencies and gems. 2016-06-28 22:23:15 +03:00
Julien Maulny
2a61c4a0c8 Copy fonts/ into dist/ recursively (#19817)
[skip sauce]
[skip validator]
2016-06-19 22:34:27 -07:00
XhmikosR
387642dbb3 Update all devDependencies.
Keep grunt at v0.4.5 due to some of the devDependencies not being updated for grunt 1.x.
2016-05-29 12:43:07 +03:00
XhmikosR
d962fdc5b1 Update htmlmin options.
[ci skip]
2016-04-02 10:27:18 +03:00
Chris Rebert
0af30aa65e Use vanilla npm shrinkwrap instead of uber/npm-shrinkwrap; fixes #18559
Ports #19604 to v3.

Special thanks to @kikinteractive, @azer, and @npm.
2016-03-24 00:12:10 -07:00
XhmikosR
4265f868ac Remove custom caching and use Bundle for gems. 2016-03-10 13:44:16 +02:00
Chris Rebert
cf3f8e0d58 Update copyright years to 2016
[ci skip]
2016-01-01 12:22:03 -08:00
XhmikosR
112b1c7a95 Update dependencies. 2015-12-24 12:37:39 +02:00
Chris Rebert
ba926a10f3 Port #18402 to v3: s/grunt-sed/npm script/g
Fixes #18338
[skip sauce]
[skip validator]
2015-12-16 21:22:27 -08:00
Chris Rebert
3786a71d04 Grunt: Factor out new docs-github task
[skip sauce]
[skip validator]
2015-12-06 01:35:14 -08:00
XhmikosR
50bea4625a Update devDependencies.
[skip sauce]
2015-10-29 18:02:52 +02:00
Chris Rebert
05b1c625be Add CSS portion of IE10 viewport bug workaround to docs
Refs #17337
2015-09-30 12:41:18 -07:00
Kevin Kirsche
8b01de228f Include CSS Map file for bootstrap.min.css
X-Ref #16583
2015-06-04 21:05:59 -04:00
XhmikosR
cbe0f352d1 Fix license header after e93c6a2216.
[ci skip]
2015-06-01 10:29:18 +03:00
XhmikosR
c56032a0e5 Remove grunt-banner completely.
Add a license header in theme instead.
2015-05-16 12:57:27 +03:00
Bryan Braun
dec2faec3d Update Anchor.js and port over the existing styles.
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-05-16 09:58:15 +03:00
XhmikosR
fae8c5d0dc Add package.js in Grunt tasks. 2015-04-28 11:03:37 +03:00
Chris Rebert
4f85fcfc28 Fix #16075 by switching to maintained fork of grunt-sed
[skip sauce]
[skip validator]
2015-04-23 12:11:57 -07:00
XhmikosR
f3386079f3 Grunt: extend prep-release task.
Make it so that everything is done for us to reduce the possibility of missing something when releasing.
2015-04-23 19:56:40 +03:00
XhmikosR
e778dc1348 Add grunt-contrib-htmlmin.
Only used for the GitHub docs.
2015-04-08 09:27:38 +03:00
XhmikosR
a204780b8b Remove extra comma. 2015-04-08 09:27:13 +03:00
XhmikosR
381a55ed1a Update dependencies. 2015-04-08 09:24:23 +03:00
Zach Leatherman
7661456029 There is no jshint:src task 2015-03-27 15:31:56 -05:00
Chris Rebert
f41acae9fc add TODO item regarding clean-css v3.2 & zeroUnits
Refs https://github.com/twbs/bootstrap/issues/14837#issuecomment-77441999
2015-03-08 21:31:58 -07:00
Heinrich Fenkart
4345e24479 Use different way to make failing test more visible in Sauce 2015-03-01 09:20:00 +01:00
XhmikosR
b8a0ea1224 Update dependencies. 2015-02-20 11:35:39 +02:00
Chris Rebert
0013483d94 bump grunt-html to ~3.0.0 2015-02-10 12:57:00 -08:00
Mark Otto
73b50769d8 Switch to grunt-html over grunt-html-validation. 2015-02-02 04:36:13 +02:00
XhmikosR
03e41b355c Gruntfile.js: Remove now unneeded validator relaxError option. 2015-01-26 18:02:58 +02:00
XhmikosR
3f512c927b Add AnchorJS for docs anchors. 2015-01-21 09:50:51 +02:00
Chris Rebert
9d0f6c05f4 Sauce testing: set maxPollRetries to 4 for increased robustness 2015-01-05 12:40:43 -08:00
Zlatan Vasović
576230b92a Happy New Year 🎅 2015-01-01 01:23:48 +01:00
Chris Rebert
45f5841785 Merge pull request #15464 from twbs/address-15419
Address #15419
2014-12-31 16:11:04 -08:00