-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
fix netlify-cms and sass plugin css extraction #4379
Conversation
Deploy preview for gatsbygram ready! Built with commit 6e2fb06 |
ddf0d42
to
e2a9505
Compare
TravisCI error |
Hmm doesn't seem related. |
Seeing the same failure locally on master. |
@KyleAMathews failure is to due to #4378, it was merged before tests finished. |
^^^ is what I'm seeing on TravisCI |
master could have a different problem /cc @m-allanson |
|
That's the build, but the test fails. |
That sass plugin error is really strange, the code is definitely correct. I'll take another look in the morning. |
Oh I see, yep! @erquhart Not that it helps, but I had a poke about at this locally. Like you say, it's strange as it looks like it should work 😕 |
e2a9505
to
6efa868
Compare
6efa868
to
6e2fb06
Compare
@KyleAMathews didn't realize the sass plugin test was mocking the extract plugin module, fixed now. |
Oops, missed merging this a couple of days ago! Thanks! |
Creates a separate
ExtractTextPlugin
instance for both the Netlify CMS and Sass plugins. We probably need every plugin that uses css extraction to do this.Fixes #4335.