How to ignore certain LESS files in Web Essentials LESS compiling? (Bootstrap)

后端 未结 5 1329
陌清茗
陌清茗 2020-12-31 04:37

I\'ve set up Web Essentials 2013 (in Visual Studio 2012) and loaded in the default Twitter Bootstrap LESS source files. Auto-build and minification is working perfectly, exc

5条回答
  •  生来不讨喜
    2020-12-31 04:45

    Although what @corvuscorax says is absolutely true what I do (if you don't like the idea of starting your file names with an underscore) is to create a folder starting with a #

    This seems to stop webessentials from compiling your less.

    Note that Visual Studio won't let you create a folder with a starting hash so you will have to create it using your Windows Explorer and then add it to your project via visual studio.

提交回复
热议问题