Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

fix: respect windows paths in /app.css regex #385

Merged
merged 2 commits into from
Jan 2, 2018
Merged

Conversation

sis0k0
Copy link
Contributor

@sis0k0 sis0k0 commented Dec 29, 2017

Windows uses backslashes for paths. For app.css the path will be something like:

\\...\\projectName\\app\\app.css"

compared to *nix systems where the file path will be:

/.../projectName/app/app.css"

fixes #378

@sis0k0 sis0k0 requested a review from PanayotCankov December 29, 2017 14:09
@sis0k0 sis0k0 mentioned this pull request Dec 29, 2017
@vchimev vchimev closed this Jan 2, 2018
@vchimev vchimev reopened this Jan 2, 2018
@sis0k0 sis0k0 merged commit a37cca0 into master Jan 2, 2018
@sis0k0 sis0k0 deleted the vlaeva/app-css-rgx branch January 2, 2018 13:12
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--bundle ruins css
2 participants