-
-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested .less files do not compile anymore after updating to vs 2013 update 2 #1082
Comments
Same problem... when the .less file is nested, the .css file is not updated when saved. |
Upgraded to the current nightly build and the issue is still there. |
How are you guys nesting your .less file under .cshtml? By editing csproj file or using some third-party plugin? |
@SLaks, thanks. I tried with that one and able to reproduce this issue. Apparently, this is by design. See 41b236d. @madskristensen, why are we filtering nested files from compiler pipeline? |
To avoid linting compiled output. |
@am11 So that we don't compile LESS/Sass files nested under |
This is fixed by d596f94. |
Great! Do you know when this will be available in the 'nightly' build? (I'm not clear on when those are done.) |
Thanks for the quick fix! |
@glittle I'll release a new nightly build later today. |
@am11 I use NestIn to nest files https://github.com/madskristensen/FileNesting but I'm looking at Mads FileNesting https://github.com/madskristensen/FileNesting (it seems more powerful). |
Hi,
I like to nest my .less files under my .cshtml files. That worked fine before vs 2013 update 2.
However, after installing vs 2013 update 2 (RTM) AND the latest web essentials, it seems that this doesn't work anymore.
As a work around, I have to un-nest my .less file, save the file to trigger the compile, and then re-nest it under my .cshtml file. But you can't perform this work around when the debugger is attached so it really messes up the workflow...
The text was updated successfully, but these errors were encountered: