Skip to content

Commit

Permalink
Not found map css, bootstrap removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jet1992 committed Jun 18, 2023
1 parent 540cc48 commit f0765d5
Show file tree
Hide file tree
Showing 51 changed files with 6 additions and 61,771 deletions.
7 changes: 3 additions & 4 deletions src/Smidge.Web/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,9 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
});
bundles
.CreateCss("bootstrap-css-bundle",
"~/Css/Libs/bootstrap/dist/css/bootstrap-icons.css",
"~/Css/Libs/bootstrap/dist/css/bootstrap.min.css"
);
.CreateCss("notfound-map-css-bundle",
"~/Css/notFoundMap.min.css"
);
});

app.UseSmidgeNuglify();
Expand Down
2 changes: 1 addition & 1 deletion src/Smidge.Web/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/foundation/5.5.2/css/foundation.min.css" />
<link rel="stylesheet" href="inline-css-bundle" />
<link rel="stylesheet" href="test-bundle-4" onload="window.alert('hello')" />
@await SmidgeHelper.CssHereAsync("bootstrap-css-bundle", debug: false)
@await SmidgeHelper.CssHereAsync("notfound-map-css-bundle", debug: false)
</head>
<body>

Expand Down
22 changes: 0 additions & 22 deletions src/Smidge.Web/wwwroot/Css/Libs/bootstrap/LICENSE

This file was deleted.

Loading

0 comments on commit f0765d5

Please sign in to comment.