This repository was archived by the owner on Jan 22, 2021. It is now read-only.
This repository was archived by the owner on Jan 22, 2021. It is now read-only.
Development directory : invalid regex #66
Closed
Description
Hi guys,
I believe I found a bug in the regex which generate the meteor private directory in development mode.
https://github.com/lookback/meteor-emails/blob/master/lib/utils.js#L28
Indeed, I have a folder in my project containing ".meteor" wich is removed by the regex when the current path is generated.
My git dir
|--platform.meteor
|----some init script
|----meteor
|------.meteor
|------private
I know that the short answer is to rename my directory, but fixing this will probably save some time to other people in the future 😉
Metadata
Metadata
Assignees
Labels
No labels