Skip to content

fix: normalise SASS_PATH #58

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

Merged
merged 1 commit into from
Oct 25, 2019
Merged

fix: normalise SASS_PATH #58

merged 1 commit into from
Oct 25, 2019

Conversation

mrmckeb
Copy link
Owner

@mrmckeb mrmckeb commented Oct 24, 2019

No description provided.

if (dotenvOptions) {
dotenvOptions.path = path.resolve(
directory,
dotenvOptions.path || '.env',
Copy link
Collaborator

Choose a reason for hiding this comment

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

How about extracting .env into constant?

Copy link
Owner Author

Choose a reason for hiding this comment

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

It's only used here though, so I think it's OK @lianapache. Certainly if we use it 2+ times, will do.

Copy link
Collaborator

Choose a reason for hiding this comment

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

@mrmckeb Sounds good

@mrmckeb mrmckeb merged commit 30965ab into develop Oct 25, 2019
@mrmckeb mrmckeb deleted the fix/normalise-sass-paths branch October 25, 2019 09:48
mrmckeb added a commit that referenced this pull request Oct 25, 2019
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.

2 participants