-
Notifications
You must be signed in to change notification settings - Fork 53
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
Glob support for sourcemaps
#116
Comments
Thanks @austince for filing! At the moment, we're not currently investing in the action but we will look at this when we do. |
Nice, thanks @armenzg!
Does this apply to any changes, or just writing the feature? We may be able to contribute a PR if you'd have the bandwidth to review, but understand if not. |
We welcome PRs! Tag me and I will be able to help. |
We are using with:
sourcemaps: ui/build/static/js/ and it uploads all the sourcemaps. |
It would be nice not to have to expand this ourselves, eg. just:
This could probably be done with just running the array through minimatch or such.
Originally posted by @amcdnl in #43 (comment)
The text was updated successfully, but these errors were encountered: