Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Is match regex working? #72

Open
msapalas opened this issue Mar 15, 2019 · 1 comment
Open

Is match regex working? #72

msapalas opened this issue Mar 15, 2019 · 1 comment
Labels
Milestone

Comments

@msapalas
Copy link

msapalas commented Mar 15, 2019

I'm trying to add match as regex, where it should match and use for generator only files with specific extension:

match:
  - '/.*\.(sass|scss|less|css)/g'

But I'm not getting any matches or generated code.

On the regex tester looks all fine: https://www.regextester.com/108405

Has someone a successfull example how to use 'match' with regex?

@mpetrovich
Copy link
Owner

This might be a case of YAML -> RegExp not working correctly. We'll investigate!

@mpetrovich mpetrovich added the bug label Mar 20, 2019
@mpetrovich mpetrovich added this to the v4.0 milestone Dec 30, 2019
@mpetrovich mpetrovich reopened this Apr 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants