You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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") } }
The text was updated successfully, but these errors were encountered: