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?
source
share