Search code examples
middleman

Middleman Build assets without hash


How do I configure Middleman to build images without appending a hash to the filename? I'm referring to filepaths in javascript and need to know the full filename to refer to the files. My JS doesn't get updated with the hashed filenames like my CSS does.


Solution

  • Oops, figured it out. I had enabled activate :asset_hash. removing that from config.rb fixed it.