Skip to content

Commit 134df44

Browse files
Merge pull request #92 from st3phhays/choco-theme-0.8.1
(#91) Upgrade to choco-theme 0.8.1
2 parents da0d72f + cb57e6d commit 134df44

File tree

5 files changed

+1308
-984
lines changed

5 files changed

+1308
-984
lines changed

input/_Layout.cshtml

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
<link rel="apple-touch-icon" sizes="180x180" href="@baseUrl/apple-touch-icon-180x180.png" />
3434
<link rel="manifest" href="@baseUrl/site.webmanifest">
3535
@* CSS and JS *@
36-
<link rel="preconnect" href="https://fonts.googleapis.com">
37-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
38-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
3936
<link rel="stylesheet" href='@Context.GetLink("/assets/css/boxstarter.min.purged.css")'>
4037
<script type="text/javascript" src='@Context.GetLink("/assets/js/theme-toggle.min.js")'></script>
4138
<title>@title</title>
@@ -309,6 +306,7 @@
309306
<button type="button" class="btn btn-bg-body d-md-none" data-bs-dismiss="alert" aria-label="Close">I accept</button>
310307
</div>
311308
</footer>
309+
<script type="text/javascript" src='@Context.GetLink("/assets/js/bootstrap.bundle.min.js")'></script>
312310
<script type="text/javascript" src='@Context.GetLink("/assets/js/boxstarter.min.js")'></script>
313311
</body>
314312
</html>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"choco-theme": "yarn dlx --quiet ts-node --skipIgnore node_modules/choco-theme/build/choco-theme.ts --repository=boxstarter"
1616
},
1717
"devDependencies": {
18-
"choco-theme": "0.7.0"
18+
"choco-theme": "0.8.1"
1919
}
2020
}

preview.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ param(
77
try {
88
Push-Location $PSScriptRoot
99
dotnet tool restore
10-
dotnet cake --port $Port
10+
dotnet cake recipe.cake --port $Port
1111
} finally {
1212
Pop-Location
1313
}

setup.ps1

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ Catch
1818

1919
Write-Host "Installing base line applications for Chocolatey docs..."
2020
choco upgrade dotnet-6.0-sdk -y --no-progress
21-
choco upgrade nodejs-lts -y --no-progress
22-
choco upgrade yarn -y --no-progress
21+
choco upgrade nodejs-lts -y --no-progress

0 commit comments

Comments
 (0)