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

Add asset filter customization #56

Merged
merged 1 commit into from
Jun 25, 2019
Merged

Add asset filter customization #56

merged 1 commit into from
Jun 25, 2019

Conversation

guybedford
Copy link
Contributor

This allows some new configuration options for asset filter customization:

  1. filterAssetBase the base path below which assets will never be emitted. This is necessary to fix a now-node bug.
  2. emitDirnameAll - a boolean option to determine whether it is possible to emit the entire contents of the local directory with just a free __dirname referenece.
  3. emitFilterAssetBaseAll - a boolean option to determine whether it is possible to emit the entire contents of the filterAssetBase by just referencing it.

(2) and (3) could be left out of this PR possibly too.

readme.md Show resolved Hide resolved
@styfle styfle merged commit ca9e493 into master Jun 25, 2019
@styfle styfle deleted the pkg-base branch June 25, 2019 21:26
@github-actions
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants