tuplejump / play-yeoman

Play + Yeoman integration sbt and play plugins
Apache License 2.0
237 stars 58 forks source link

Disable "yeoman assets" (html/css/js) caching in development #6

Closed milliondreams closed 11 years ago

milliondreams commented 11 years ago

The current file server (ExternalAssets) serves the files with cache set to max-age=3600, which causes the files to be served by the browser and so doesn't work very well with the livereload.

We should change this so that the yeoman resources i.e. the html, css and js files are not cached in development mode.