Is it anyhow possible do define a subfolder of the target where the application code should be located in? This would make defining caching strategies and hosting much easier eg.: * /index.html (5min cached) * /static-app/ (cache for ever) * 0.hash.js * 1.hash.js * ....