Skip to content

Conversation

@iamntz
Copy link
Collaborator

@iamntz iamntz commented Jan 2, 2018

For some reasons, that regex broke the SCSS includes. It was marked as a regression fix on 1a17a9b but... i'm not sure what it fixes there :)

The problem I suspect is that it is augmenting the path like this (see the quotes on the marked line):

[
"'pages/article'", 
"'pages/article'pages/article",  <<<<<<<<<<<<<<<<
...]

And later on the parser has trouble with that.

PS: while the opening existing files didn't worked, the creation of new files did.

For some reasons, that regex broke the SCSS includes. It was marked as a regression fix on 1a17a9b but... i'm not sure what it fixes there :)

The problem I suspect is that it is augmenting the path like this:

```
[
"'pages/article'", 
"'pages/article'pages/article",  <<<<<<<<<<<<<<<<
...]
```

And later on the parser has trouble with that.

PS: while the opening existing files didn't worked, the creation of new files did.
@iamntz iamntz requested a review from titoBouzout January 2, 2018 04:27
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