sprintly / sprintly-kanban

A Kanban Board for Sprintly
https://kanban.sprint.ly
ISC License
494 stars 82 forks source link

Cache busting #82

Closed wookiehangover closed 9 years ago

wookiehangover commented 9 years ago

What does it do?

The javascript should have a version number appended to the file, or use the "cache" key from the package.json file when present.

For deploys the cache key is set by running npm run build-production

Any background context?

Not really much to see here, just a lot of trial and error to get the builds passing consistently. It's a shame that deploys from wercker are not yet fixed.

sadsonic