assetgraph/assetgraph-builder

Option for disabling MD5 prefix

silvenon opened this issue · 5 comments

In some cases I need assets not to have the cache-busting prefix.

It would be quite easy adding a --no-rev option. That would have zero granularity though. Would that be enough to cover your use cases you do you need more lowlevel control?

That’s enough 😃 I never needed more lowlevel control.

Available in assetgraph-builder@2.11.0 using the --nofilerev command line option for buildProduction

Also in grunt-reduce@1.4.0 and generator-greenfield@1.6.0

🤘