Visual studio - precompile - dotless

后端 未结 7 1618
萌比男神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

    You may want to take a look at Chirpy. It has a lot more support than just LESS. I wish I would have found it prior to writing my own.

    Speaking of which I also wrote a Visual Studio Custom Build Tool that executes using the JS file (instead of the .NET port) you can take a look at the source here: https://github.com/paultyng/JsBuildTools

    Or it is also on the extensions gallery under JsBuildTools.

提交回复
热议问题