0

I'm trying to implement minification and bundling into an AspNet MVC 3 project using WebGrease. I know WebGrease can minify and bundle .js and .css files but can it be used for .less files also?

Freddy V
  • 364
  • 3
  • 11
  • Bueller Bueller Bueller, anyone, anyone, anyone?? – Freddy V Sep 25 '13 at 14:17
  • 1
    I haven't used WebGrease yet but if you have Visual Studio 2012 why don't you use the 'Web Essentials 2012' extension? You can configure the extension to automatically create a (minified) css file when you save your .less file. – ZippyV Sep 25 '13 at 20:21

1 Answers1

0

after doing a bit of testing it seems that yes it will minify less files with no problems

Freddy V
  • 364
  • 3
  • 11