1

I have changed my LESS CSS code directly on the file which is hosted on a server.

But anything I change in this file, -which I thought was being loaded on every page request, do not appear visually whenever the page using the styling is loaded.

Now, I understand that LESS is somehow compiled into "raw" CSS in some way, but I do not know exactly how. I imagine this not happening might be the error.

Another idea that I had was about the IIS, which is pointing to the site. Is it possible that the IIS needs to be refreshed in any way to make the LESS code recompile?

I believe that if I just get the LESS code to recompile itself, it would work fine. What could be preventing me from doing just that?

1 Answer 1

3

You need to compile .scss files (SASS). If you are using Visual Studio, you need to install Web Essentials 2013.5 extension (link).

If not using VS, there are many good compilers for SASS files including KOALA (link).

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

3 Comments

Thank you. Now I know that my style.css file is the compiled version of my syle.less file. But it still is not taking any Visual effect on my site. There must be something that needs to be refreshed, such as the IIS
Refresh on IIS site solved the delayed effect. Setting your answer as Solved. Have a good weekend!
Awesome. Glad I could help.

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.