cozy / cozy-calendar

An application to manage your events
https://demo.cozycloud.cc/#apps/calendar/
GNU Affero General Public License v3.0
66 stars 39 forks source link

[chore] add assets cache busting #596

Closed m4dz closed 8 years ago

m4dz commented 8 years ago

This PR enable assets cache busting to resolve cache issues. To do this, we have moved server views templates from client to its assets folder, to let the digest brunch plugin parse them and replace the DIGEST expression when needed, and then read them from their new location from the server part.

misstick commented 8 years ago

@m4dz, @gregorylegarec : is this OK mergeable?

m4dz commented 8 years ago

@gregorylegarec is it ok for now?

gregorylegarec commented 8 years ago

Yes it's ok, thanks @m4dz and sorry for the delay.