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

Supporting __dirname wildcards #297

Closed
guybedford opened this issue Feb 27, 2019 · 1 comment
Closed

Supporting __dirname wildcards #297

guybedford opened this issue Feb 27, 2019 · 1 comment
Labels
enhancement New feature or request priority Important issue or pull request to fast-track
Milestone

Comments

@guybedford
Copy link
Contributor

Consider for example:

fs.readFileSync(__dirname + './languages/' + lang  + '.js');

we can in this scenario know that this corresponds to an asset of the form ./languages/*.js and emit assets based on this wildcard.

This would support eg unfluff as detailed in #216 (comment).

@guybedford guybedford added the enhancement New feature or request label Feb 27, 2019
@styfle styfle added this to the 1.0.0 milestone Mar 15, 2019
@styfle styfle added the priority Important issue or pull request to fast-track label Apr 8, 2019
@styfle
Copy link
Member

styfle commented May 17, 2019

Fixed in #378

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority Important issue or pull request to fast-track
Projects
None yet
Development

No branches or pull requests

2 participants