smartchicago / chicagoworksforyou

A citywide dashboard with ward-by-ward views of service delivery in Chicago. Includes complete API. Built using Chicago Open311 data.
http://www.chicagoworksforyou.com
MIT License
17 stars 6 forks source link

Improve cache busting #320

Open srobbin opened 10 years ago

srobbin commented 10 years ago

The frontend currently doesn't have a cache busting mechanism for scripts, stylesheets, etc. There are a couple of places that we're using query string tags to force a reload, but these should be replaced with something like the Jekyll assets gem.