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

Windows Compatibility #3

Merged
merged 3 commits into from
Jun 20, 2018
Merged

Windows Compatibility #3

merged 3 commits into from
Jun 20, 2018

Conversation

tehpsalmist
Copy link
Owner

The basic fix here is wrapping any path strings in path.resolve(), which results in absolute paths in all places (formerly relative paths--which are still valid if a user manually edits ng-tailwind.js), but it also (should) resolve the issue of windows compatibility, since the path module will intelligently coerce any paths to reflect the user's OS syntax.

@tehpsalmist tehpsalmist merged commit 2d3631e into master Jun 20, 2018
@tehpsalmist tehpsalmist deleted the windows branch June 20, 2018 04:57
@tehpsalmist tehpsalmist added this to the Windows Compatibility milestone Jun 20, 2018
@tehpsalmist tehpsalmist added the bug Something isn't working label Jun 20, 2018
@tehpsalmist
Copy link
Owner Author

Fixes #1 and reaches milestone #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant