dansup / hub

An open graph inspired API and website for Hyperboria.
MIT License
18 stars 5 forks source link

Make app.css cacheable #16

Closed ghost closed 9 years ago

ghost commented 9 years ago

Currently it seems appends a dynamic timestamp: GET http://hub.hyperboria.net/assets/prod/app.css?v=1425004391

dansup commented 9 years ago

The hub website is not running the same code as the dev branch, the template (css) assets are not appended with timestamps, and we do plan to cache static assets. If you are using Apache with the .htaccess provided, you will cache CSS files for 1 year.

Lighttpd and nginx configurations will be available soon.