| Age | Commit message (Collapse) | Author | Files | Lines |
|
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
|
|
|
|
|
|
|
|
(#27855)
This reverts commit af484dc12c2302c0e594a0e73a2ba06738a84410.
|
|
`shrink-to-fit=no` is not needed anymore - Apple removed the need for it from iOS9.3 onwards
See https://www.scottohara.me/blog/2018/12/11/shrink-to-fit.html and https://github.com/h5bp/html5-boilerplate/issues/2102
|
|
|
|
|
|
|
|
|
|
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
|