use glob instead of fs.readdirSync since /less now has subdirs
Showing
| ... | @@ -32,6 +32,7 @@ | ... | @@ -32,6 +32,7 @@ |
| "devDependencies": { | "devDependencies": { | ||
| "btoa": "~1.1.1", | "btoa": "~1.1.1", | ||
| "canonical-json": "~0.0.4", | "canonical-json": "~0.0.4", | ||
| "glob": "^3.2.9", | |||
| "grunt": "~0.4.4", | "grunt": "~0.4.4", | ||
| "grunt-autoprefixer": "~0.7.2", | "grunt-autoprefixer": "~0.7.2", | ||
| "grunt-banner": "~0.2.2", | "grunt-banner": "~0.2.2", | ||
| ... | ... |
Please register or sign in to comment