diff options
| author | Mark Otto <[email protected]> | 2018-06-21 07:31:38 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-07-11 23:30:46 -0700 |
| commit | 0e920ce3f481a23c00c22c10565463ce58c0aac2 (patch) | |
| tree | b66e8c4bf2244d3b71d7f2e6f2376ae528f6bd93 /nuget | |
| parent | 9e126b26a863505b048bc927c6c6f731d42d2ba4 (diff) | |
| download | bootstrap-0e920ce3f481a23c00c22c10565463ce58c0aac2.tar.xz bootstrap-0e920ce3f481a23c00c22c10565463ce58c0aac2.zip | |
Reorganize docs for easier deploys
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.
Diffstat (limited to 'nuget')
| -rw-r--r-- | nuget/bootstrap.nuspec | 2 | ||||
| -rw-r--r-- | nuget/bootstrap.sass.nuspec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec index 2dcbfea6e..7b40109de 100644 --- a/nuget/bootstrap.nuspec +++ b/nuget/bootstrap.nuspec @@ -11,7 +11,7 @@ <summary>Bootstrap framework in CSS. Includes fonts and JavaScript</summary> <language>en-us</language> <projectUrl>https://getbootstrap.com/</projectUrl> - <iconUrl>https://getbootstrap.com/assets/img/favicons/apple-touch-icon.png</iconUrl> + <iconUrl>https://getbootstrap.com/docs/4.1/assets/img/favicons/apple-touch-icon.png</iconUrl> <licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl> <copyright>Copyright 2017-2018</copyright> <requireLicenseAcceptance>false</requireLicenseAcceptance> diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec index d3c533f46..f5a4c6bad 100644 --- a/nuget/bootstrap.sass.nuspec +++ b/nuget/bootstrap.sass.nuspec @@ -11,7 +11,7 @@ <summary>Bootstrap framework in Sass. Includes fonts and JavaScript</summary> <language>en-us</language> <projectUrl>https://getbootstrap.com/</projectUrl> - <iconUrl>https://getbootstrap.com/assets/img/favicons/apple-touch-icon.png</iconUrl> + <iconUrl>https://getbootstrap.com/docs/4.1/assets/img/favicons/apple-touch-icon.png</iconUrl> <licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl> <copyright>Copyright 2017-2018</copyright> <requireLicenseAcceptance>false</requireLicenseAcceptance> |
