component-lesser
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -25,2 +25,3 @@ var async = require('async'); | ||
b.on('dependency', depHandler); | ||
if(!b.config.styles) return; | ||
b.config.styles.forEach(function(file){ | ||
@@ -34,2 +35,3 @@ if(isLess(file) && !~lessImport.indexOf(b.path(file))){ | ||
if(!builder.root) { | ||
if(!builder.config.styles) return callback(); | ||
builder.config.styles.forEach(function(file){ | ||
@@ -36,0 +38,0 @@ builder.removeFile('styles', file); |
{ | ||
"name": "component-lesser", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A plugin to transpile Less files for the compy.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4052
57