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

后端 未结 5 1315
陌清茗
陌清茗 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:37

    There is a way to keep your filenames and prevent WebEssentials from compiling your LESS at the same time. Create .weignore file with filenames or masks for ignored files as described in the docs.

提交回复
热议问题