C
C#16mo ago
malkav

❔ Translation from visual studio to rider, client-side-package

So I'm trying to figure out how to add Bootrap in SCSS files to generate these for me, and add them to the wwwroot/css folder. Now I found something on stackoverflow https://stackoverflow.com/questions/68236284/how-to-setup-bootstrap-5-to-blazor-client-project but this tells me how to do this with Visual Studio and the Web Compiler extension, but I cannot find the way to do this with Rider. Can someone help me explain this?
4 Replies
Angius
Angius16mo ago
Just install it with NPM...? And run it as an NPM script, either separately, or as a part of the app's build process
malkav
malkav16mo ago
but it's a .NET framework 😅 can I just npm in there?
Anton
Anton16mo ago
that fact has nothing to do with using npm
Accord
Accord16mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.