I am not using Rails.
I’m using sprockets’ built in compiler task SprocketsTask. The source can be found here.
I want to disable the file digests that are appended to each file. So application-e7aa01ce5sdf9e6sdfdssd8sdfds8bb.css will just become application.css.
There seems to be no documentation that I can find, and I’ve looked through the source quite a lot. I’m aware that I could remove the digest after the file has been created, but I thought i’d see if anyone had any better ideas first.
Thanks in advance.
# Rakefile
$ rake assets
with filters
# Rakefile