Stefan Penner

Results 324 comments of Stefan Penner

we should still add the readme (As time permits)

> So one thing you could do is just run the assetRev plugin twice. First you could rev images and rewrite css, and then you can run it again and...

@nathanhammond we should sync up with @chadhietala as he has some incremental dep graph work we can piggy back on.

Just tried this and the new broccoli-asset-rewrite PR, unfortunately they don't appear to work correctly. When used together, it appears broccoli-asset-rewrite seems to prevent assets on disk from getting the...

> If I understand the constructor correctly, we're providing the ability to assign arbitrary properties on this through an options hash as a common base class constructor. You are understanding...

thanks, I think I'll try and (tonight) disable the parallel support in this plugin, until we re-work it to not have this issue.

@scalvert the plugin in question, needs to reduce what hash-for-dep considers a dependency of it. I explained how to @asakusuma. Previously, this plugin was not correctly considering it's cache key...

Improve hash-for-dep docs: https://github.com/stefanpenner/hash-for-dep/blob/master/README.md#what-does-hash-for-dep-consider-a-dependency If something can be made clearer please open a PR/issue over there. We will eventually add docs to the various consuming repos that have plugin authorship...