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

Pr/origin/395 #398

Merged
merged 2 commits into from
Mar 7, 2017
Merged

Pr/origin/395 #398

merged 2 commits into from
Mar 7, 2017

Conversation

jhnns
Copy link
Member

@jhnns jhnns commented Mar 7, 2017

Fixes #395

lukeed and others added 2 commits March 6, 2017 16:36
This has been removed accidentally by a previous commit.
@coveralls
Copy link

coveralls commented Mar 7, 2017

Coverage Status

Coverage decreased (-1.5%) to 92.778% when pulling 462ae5f on pr/origin/395 into e21b8f5 on master.

@@ -43,6 +43,12 @@ function sassLoader(content) {
addNormalizedDependency
));

// Skip empty files, otherwise it will stop webpack, see issue #21
if (options.data.trim() === "") {
callback(null, "");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (options.data.trim() === "") return callback(null, "");

? 🙃

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noooo, I don't like that style (and my global eslint complains about inconsistent return values) 😁

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😢

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 this pull request may close these issues.

None yet

4 participants