Open RJCuthbertson opened 9 years ago
I agree this is a very annoying issue. I encounter it several times a day at work (using Less and TypeScript (when tslint is enabled)). One thing you could try (which seldom helps me) to minify post-css features (autoprefixer and rtlcss) under Tools > Web Essentials > CSS.
I'm using VS Professional 2013 Update 4 and Web Essentials 2013 for Update 4 (Version 2.5.4, upgraded today).
Using SCSS, after every few changes, nodejs crashes and fails to restart unless manually restarted via the command line. Looks like it's only reading part of the .map file and crashing when it can't parse the invalid input. This is using the Ruby runtime (which is only slightly more stable than node-sass which was crashing similarly every time it tried to compile something that included a syntax error, but that's a separate issue...)
I referenced this bug report to get this far.
...
...
...
Is the node process not reading the whole file? Or is it maybe that the file is in the process of being written?
It tends to happen when a dependent partial SCSS file is updated and recompiled, but not every time.