2

I am using .net core to try to map less file to css,but it always remind me 404 error. my project wasn't use IIS to startup. I tried to install nuget dotless plugin but I can not find bundles.cs in asp.net core project.

enter image description here

1
  • Did anyone figure out how to solve this ? Commented Jul 13, 2019 at 21:49

1 Answer 1

1

LESS files need to be compiled into CSS as part of the build process. This is possible now in Visual Studio, though it requires some setting up. See here: https://learn.microsoft.com/en-us/aspnet/core/client-side/less-sass-fa

Sign up to request clarification or add additional context in comments.

2 Comments

your link goes to font awesome website
Seems like this process is no longer supported. This answer has some updated info: stackoverflow.com/questions/42726029/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.