Closed ezweave closed 7 years ago
If I follow the 7-1 pattern (wherein _ prepends scss files), css is not compiled. If I rename the files and drop the underscore, it works fine.
This seems intentional (from line 283), am I doing something wrong?
files.forEach(function(file) { if (path.basename(file)[0] !== '_') { renderFile(file, options, emitter); } });
If I follow the 7-1 pattern (wherein _ prepends scss files), css is not compiled. If I rename the files and drop the underscore, it works fine.