Currently you have to manually delete tmp/http to clear the cache when you make a change to any asset or the pipeline importing it. We need to figure out a way to automate this.
One idea would be to hash the content of assets and put them under a sub-dir based on the hash.
What we come up with also needs to work for hot reloading (#12 )
Currently you have to manually delete
tmp/http
to clear the cache when you make a change to any asset or the pipeline importing it. We need to figure out a way to automate this.One idea would be to hash the content of assets and put them under a sub-dir based on the hash.
What we come up with also needs to work for hot reloading (#12 )