broccoli-caching-writer
broccoli-caching-writer copied to clipboard
default whitelist should be **/* ?
Seems odd that the default isn't to assume anything in inputNodes can invalidate cache. If you run with defaults, nothing gets cached at all.
https://github.com/ember-cli/broccoli-caching-writer/blob/master/tests/index.js#L16-L20 + https://github.com/ember-cli/broccoli-caching-writer/blob/master/tests/index.js#L75-L86 seem to contradict this, unless i misunderstand what you are saying.
Do you have time for a quick chat? Either I'm completely misunderstanding this plugin or it's not working. I've got files in the output directory but nothing in the cache directory.
Do you have time for a quick chat?
not for the next week, I'm abroad.
All my plugins are behaving the same way, and there is no difference in behaviour when extending broccoli-plugin, or moving to extend broccoli-caching-writer instead. I was expecting to see files appearing in the cache directory at least
Added a new issue with a broccoli plugin that demonstrates the problem #70