Skip to content

Commit

Permalink
Merge pull request #92 from st3phhays/choco-theme-0.8.1
Browse files Browse the repository at this point in the history
(#91) Upgrade to choco-theme 0.8.1
  • Loading branch information
alexaveldanez authored Oct 2, 2024
2 parents da0d72f + cb57e6d commit 134df44
Show file tree
Hide file tree
Showing 5 changed files with 1,308 additions and 984 deletions.
4 changes: 1 addition & 3 deletions input/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
<link rel="apple-touch-icon" sizes="180x180" href="@baseUrl/apple-touch-icon-180x180.png" />
<link rel="manifest" href="@baseUrl/site.webmanifest">
@* CSS and JS *@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href='@Context.GetLink("/assets/css/boxstarter.min.purged.css")'>
<script type="text/javascript" src='@Context.GetLink("/assets/js/theme-toggle.min.js")'></script>
<title>@title</title>
Expand Down Expand Up @@ -309,6 +306,7 @@
<button type="button" class="btn btn-bg-body d-md-none" data-bs-dismiss="alert" aria-label="Close">I accept</button>
</div>
</footer>
<script type="text/javascript" src='@Context.GetLink("/assets/js/bootstrap.bundle.min.js")'></script>
<script type="text/javascript" src='@Context.GetLink("/assets/js/boxstarter.min.js")'></script>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"choco-theme": "yarn dlx --quiet ts-node --skipIgnore node_modules/choco-theme/build/choco-theme.ts --repository=boxstarter"
},
"devDependencies": {
"choco-theme": "0.7.0"
"choco-theme": "0.8.1"
}
}
2 changes: 1 addition & 1 deletion preview.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ param(
try {
Push-Location $PSScriptRoot
dotnet tool restore
dotnet cake --port $Port
dotnet cake recipe.cake --port $Port
} finally {
Pop-Location
}
3 changes: 1 addition & 2 deletions setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ Catch

Write-Host "Installing base line applications for Chocolatey docs..."
choco upgrade dotnet-6.0-sdk -y --no-progress
choco upgrade nodejs-lts -y --no-progress
choco upgrade yarn -y --no-progress
choco upgrade nodejs-lts -y --no-progress
Loading

0 comments on commit 134df44

Please sign in to comment.