eyeglass
eyeglass copied to clipboard
Eyeglass forces all files to be parsed as SCSS
Title says it all. Might be a problem with gulp-sass, but basically if I run gulp-sass with node-sass options, it has no problem properly detecting what format I'm using. But if I put eyeglass in between the options and gulp-sass, suddenly it tries to port .sass files as SCSS and throws errors. It also ignores the node-sass indentedSyntax: true flag.
Configuration:
{ indentWidth: 4, omitSourceMapUrl: true, eyeglass: { root: path.join(__dirname, ".."), buildDir: path.join(rootDir, "web-tmp") } }
Thanks for reporting. Related to #117 and sass/node-sass#1192
We don't have a good fix for this yet.