Netbeans 7.4 - exclude MANY partial source files from compilation in css

This is basically a trouble problem (creating a mess in my css directory). I want to know if in Netbeans 7.4 (or 8.0 beta?) There is any way to mark a LESS file that will not be compiled when run / save.

I have a library.less and vars.less file, which are .mixins and @variables, which are used on all sites in several other files, including them, but they do not need to be compiled since they effectively create empty CSS.

I would like Netbeans OR lessc.cmd to ignore them, if possible. Is this something that can be done?

+3
source share
1 answer

, @include, , t - . .

: https://netbeans.org/bugzilla/show_bug.cgi?id=239593

, 2013 , 8,0 2014 .

+2

All Articles