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 ability to create temporary assets, which are only available to other builders. #13

Closed
jakemac53 opened this issue Jan 28, 2016 · 1 comment
Labels
type-enhancement A request for a change that isn't a bug

Comments

@jakemac53
Copy link
Contributor

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.

@jakemac53
Copy link
Contributor Author

This is probably best left up to the individual builders. They can choose where to output files, including inside of hidden folders etc.

@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed enhancement labels Jan 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

2 participants