Hello guys,
i am a noob to web developing. I know that this issue has already been dealt with..[#509, #479, #311, #512]
The problem is: I just cant figure out how to build Matblazor Project after editing the scss files to get my CSS/JS file that i can use in my VS project. I downloaded all the npm Packages been stated in die JSON file, but i cant get it to work.
So here is my request: Can somebody write a more or less detailed guide:
Hi!
It should be quite straightforward, but I can explain briefly below. I assume that what you want to do is to edit main.scss and see the resulting built css file:
...\MatBlazor\src\MatBlazor.Web\src\main.scss with something, like a new css class....\MatBlazor\src\MatBlazor.Webnpm installnpm run build...\MatBlazor\src\MatBlazor\wwwroot\dist\matBlazor.cssI just tested this in a fresh master build so it should work.
hi @lindespang ,
i succeeded after a lot of trying. Thank you for your answer as well.
I had trouble to find the the right folder for Matblazor.web, so that webpacket could resolve the URL to some fonts and icons. For all the beginners like me: In Asp net core webassembly you need to
Glad to hear you solved it @sam-marteau , closing this issue as people who also have struggles can still find it in the search!
Everything worked out for me successfully(steps of @lindespang without any other, with the latest download of MatBlazor). Only 2 remarks:
Most helpful comment
hi @lindespang ,
i succeeded after a lot of trying. Thank you for your answer as well.
I had trouble to find the the right folder for Matblazor.web, so that webpacket could resolve the URL to some fonts and icons. For all the beginners like me: In Asp net core webassembly you need to