Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read property 'sassOptions' of undefined #105

Closed
runspired opened this issue Feb 10, 2016 · 0 comments · Fixed by #106
Closed

Cannot read property 'sassOptions' of undefined #105

runspired opened this issue Feb 10, 2016 · 0 comments · Fixed by #106

Comments

@runspired
Copy link
Contributor

Traces back to this:

    var options = (this.app && this.app.options.sassOptions) || {};

Appears to be because of addon usage (I'm using it within an addon). My included hook is correct, so hack specified in the README instructions is no longer good enough to trick it into having access to options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant