Visual studio - precompile - dotless

后端 未结 7 1602
萌比男神i
萌比男神i 2020-12-13 04:48

I wonder if there is a way to precompile *.less files(http://www.dotlesscss.org/) with visual studio.

The site gives me a dotless.compiler.exe

7条回答
  •  伪装坚强ぢ
    2020-12-13 05:37

    Phil Haack to the rescue: http://haacked.com/archive/2009/12/02/t4-template-for-less-css.aspx

    Whenever you want to have something generated in your solution at compile time, T4 is usually the way to go...

提交回复
热议问题