In the new Visual Studio 2015 and the Web Essentials plugin, they removed this feature to compile specific files, such as Smaller Files. Instead, they suggest using Gulp tasks.
While I welcome this decision and understand how to configure Gulp to compile Less files, but since it is not an ASP.NET 5 application, new files are not automatically added to the project and, as such, do not get copied when using the VS2015 publish function.
As I see it, the only way to make this file copy is to manually add them to the project. It seems unlawful intuitive if you create a task to compile ** / *. You need to search the entire project to find the generated css files and add them all manually.
Am I just doing something wrong or is it the way it works now?
Robba source share