1

I have a less file main.less that @imports other less files so they can all be compiled into a single main.css file.

With Web Essentials 2013, saving any of the imported files would trigger a compile of the main.less - which isn't happening with this extension.

Is there a configuration I'm missing?

Right now I use Alt-Shift-y as a workaround to force compile all the less files.

I don't want to go with the grunt solution, described here

Community
  • 1
  • 1
Bjoerg
  • 1,229
  • 1
  • 16
  • 32

1 Answers1

0

Do you have Web Workbench installed? That helped me, then it compiles automatically. https://visualstudiogallery.msdn.microsoft.com/2b96d16a-c986-4501-8f97-8008f9db141a

ylva
  • 71
  • 1
  • 8