From 0e920ce3f481a23c00c22c10565463ce58c0aac2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 21 Jun 2018 07:31:38 +0300 Subject: Reorganize docs for easier deploys MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- nuget/bootstrap.nuspec | 2 +- nuget/bootstrap.sass.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nuget') diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec index 2dcbfea6e6..7b40109de3 100644 --- a/nuget/bootstrap.nuspec +++ b/nuget/bootstrap.nuspec @@ -11,7 +11,7 @@ Bootstrap framework in CSS. Includes fonts and JavaScript en-us https://getbootstrap.com/ - https://getbootstrap.com/assets/img/favicons/apple-touch-icon.png + https://getbootstrap.com/docs/4.1/assets/img/favicons/apple-touch-icon.png https://github.com/twbs/bootstrap/blob/master/LICENSE Copyright 2017-2018 false diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec index d3c533f464..f5a4c6badb 100644 --- a/nuget/bootstrap.sass.nuspec +++ b/nuget/bootstrap.sass.nuspec @@ -11,7 +11,7 @@ Bootstrap framework in Sass. Includes fonts and JavaScript en-us https://getbootstrap.com/ - https://getbootstrap.com/assets/img/favicons/apple-touch-icon.png + https://getbootstrap.com/docs/4.1/assets/img/favicons/apple-touch-icon.png https://github.com/twbs/bootstrap/blob/master/LICENSE Copyright 2017-2018 false -- cgit v1.2.3