Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
willwagner
on Feb 10, 2009
|
parent
|
context
|
favorite
| on:
Continuous Deployment at IMVU: Doing the impossibl...
I've worked at places that have done this sort of thing too. We basically dropped css and js files in new directory with the svn rev number which made it very easy to deploy and break through the client side cache.
The urls would be something like:
/static/r12345/foo.js and /static/r12345/foo.css
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The urls would be something like:
/static/r12345/foo.js and /static/r12345/foo.css