eyeglass icon indicating copy to clipboard operation
eyeglass copied to clipboard

Eyeglass forces all files to be parsed as SCSS

Open darkphoenixff4 opened this issue 8 years ago • 1 comments

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") } }

darkphoenixff4 avatar Feb 16 '17 01:02 darkphoenixff4

Thanks for reporting. Related to #117 and sass/node-sass#1192

We don't have a good fix for this yet.

eoneill avatar Feb 16 '17 02:02 eoneill