-
Notifications
You must be signed in to change notification settings - Fork 212
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 ability to create temporary
assets, which are only available to other builders.
#13
Labels
type-enhancement
A request for a change that isn't a bug
Comments
This is probably best left up to the individual builders. They can choose where to output files, including inside of hidden folders etc. |
kevmoo
added
type-enhancement
A request for a change that isn't a bug
and removed
enhancement
labels
Jan 28, 2017
This was referenced Jul 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These can still be cached on disk, but should live in some hidden directory, not wherever the rest of the build outputs are written.
For example the
angular
transformer has many intermediate assets which it cleans up later on. These assets still can't be deleted by later builders, but that shouldn't be an issue.The text was updated successfully, but these errors were encountered: