We got a MVC project running and we seem to have problem refreshing .less files without actually recycling the pool.
If it was just me, I would not bother with this since everytime I compile, the pool recycle. But, our web integrator doesn't like to rebuild since he doesn't even work within Visual Studio when changing the .less files.
Here's what I do:
- Got SquishIt from Nuget to the latest version;
- Calling Bundle.Css().Add(...).Render() in the Layout.cshtml;
- The csproj is set to compile in debug mode (Configuration Manager);
- Got in the Web.config file.
I look at almost all entries on the codethinked.com web site and couldn't find what I was looking for. Some people seems to have problems, but not with the file not being regenerated.
Thanks!