You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.
Hi, I like the buildpack, but my use case is to delete source maps after they get created in the build step so I need basic glob functionality.
One idea is to do something like
find . -name "${GLOB}" | xargs rm
. I'm happy to submit a pull request if you think this is a good route. Thanks!The text was updated successfully, but these errors were encountered: