Currently the hash is prepended before the first dot character.
Ex.
foo.bar.baz -> foo-0123456789.bar.baz
I'd like an option that allows the hash to be prepended before the final dot character.
Ex.
foo.bar.baz -> foo.bar-0123456789.baz
This is useful if you're using dots in the file name that are not related to any extensions whatsoever. I'd like to add an option hash parameter to rev maybe rev({lastDot: true})
Currently the hash is prepended before the first dot character.
Ex.
I'd like an option that allows the hash to be prepended before the final dot character.
Ex.
This is useful if you're using dots in the file name that are not related to any extensions whatsoever. I'd like to add an option hash parameter to
rev
mayberev({lastDot: true})