You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks for the great plugin. I really love working with it.
One minor issue for me is that I don't want asset files renamed. In order to accomplish that I'm currently defining the following template function:
meta => meta.name + '.' + meta.ext + meta.query
This works, but, in my opinion, it would be a lot cleaner and more future proof to have a simple switch to disable file renaming. Maybe you could just pass false to the hashFunction setting?
The text was updated successfully, but these errors were encountered:
First off, thanks for the great plugin. I really love working with it.
One minor issue for me is that I don't want asset files renamed. In order to accomplish that I'm currently defining the following
template
function:This works, but, in my opinion, it would be a lot cleaner and more future proof to have a simple switch to disable file renaming. Maybe you could just pass
false
to thehashFunction
setting?The text was updated successfully, but these errors were encountered: