juanfran / gulp-scss-lint

Gulp plugin to lint scss files with `scss-lint`
113 stars 33 forks source link

This doesn't escape spaces in the globs that are passed through. #1

Closed cswenor closed 10 years ago

cswenor commented 10 years ago

Great tool, but it looks like if the globs pass through a file name with a space in it your tool can't find the file, and errors out.

Like this: /Volumes/Macintosh HD 2/Development/

I've been looking into how gulp-sass fixes this, and I'll update if I find a solution.

juanfran commented 10 years ago

Perfect! thanks @cswenor