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

后端 未结 5 1321
陌清茗
陌清茗 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 05:02

    There is a convention in Web Essentials that if the name of your less file starts with an underscore (like _utils.less) it will not be compiled to css on save.

    https://webessentials.uservoice.com/forums/140520-general/suggestions/3319359-don-t-compile-nested-less-files

提交回复
热议问题