css - How to ignore certain LESS files in Web Essentials LESS compiling? (Bootstrap) -
i've set web essentials 2013 (in visual studio 2012) , loaded in default twitter bootstrap less source files. auto-build , minification working perfectly, except web essentials quite overdoes job. when select "bootstrap.less", make change , save it, web essentials creates new "bootstrap.css" "bootstrap.min.css" inside need. when edit e.g. buttons.less, creates buttons.css (and buttons.min.css) (with includes , mixins). means, in fact, i'll have same css files on , on again under different names.
can declare files ignored on save?
there convention in web essentials if name of less file starts underscore (like _utils.less) not compiled css on save.
Comments
Post a Comment