I'm using Web Essentials 2013 Update 4 in visual Studio 2013, and normally I can create a file with .less extension and saving it produces the .css as expected. However, if the filename starts with an underscore e.g. "_Layout.less" then no .css is produced (although the compiled form is shown in the preview window).
Is there a way to get this to work?