@@ -54,5 +54,5 @@ // Generated by CoffeeScript 1.3.1 | ||
| } | ||
| files = this.stripIgnored(files, this.getIgnored()); | ||
| files = this.cssToLess(files); | ||
| files = this.stripImported(files, this.getImported(files)); | ||
| return files = this.stripIgnored(files, this.getIgnored()); | ||
| return files = this.stripImported(files, this.getImported(files)); | ||
| }; | ||
@@ -59,0 +59,0 @@ |
+1
-1
| { | ||
| "name": "importless", | ||
| "description": "Find stylesheet files (css and less) and strip away the @imported ones", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "homepage": "https://github.com/excellenteasy/importless", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -31,5 +31,5 @@ ### | ||
| files = (files or []).concat(@findAll dir) for dir in directories | ||
| files = @stripIgnored files, @getIgnored() | ||
| files = @cssToLess files | ||
| files = @stripImported files, @getImported(files) | ||
| files = @stripIgnored files, @getIgnored() | ||
@@ -36,0 +36,0 @@ # return both less and css files from directory |