svengiebel / atom-compile-less

Just a Atom.io Package for compiling LESS-Files to CSS-Files with some neat settings.
MIT License
5 stars 4 forks source link

Doesn't ignore files starting with underscore #18

Open ryanklimt opened 8 years ago

ryanklimt commented 8 years ago

When I save a less file starting with an underscore (i.e. _substyle.less) the script tries to compile the file. However, this file depends on variables set in my main less file (main.less). Is there a way to ignore files starting with an underscore instead of auto-compiling any file with the .less extension?