I'm taking the simplest approach possible and hard coding the ?XXX variables and updating them manually because i don't reckon they are going to change very often. Crude, but effective (just like myself).
Mark On Thu, Sep 17, 2009 at 9:03 AM, Ben Schwarz <[email protected]> wrote: > > I've heard of people using the svn / git commit number / hash. This > ensures that they're updated between commits. > However, I'm sure that there are some asset packager bundler plugins > that do this for you. > > > On Sep 17, 5:30 am, Justin French <[email protected]> wrote: >> You can always do it by hand (?1, ?2, etc), or rename the file. >> >> Justin French >> >> On 17/09/2009, at 12:44 AM, Mark Mansour <[email protected]> wrote: >> >> >> >> > So, I'm still running old school and using static css and js in / >> > public. My CSS files have refs to images and the don't have a >> > timestamps appended. >> >> > i.e. .my_class { background:url(/images/blah.png); } >> > becoming >> > .my_class { background:url(/images/blah.png?1111111111); } >> >> > How are you guys doing that? >> >> > Mark >> >> > -- >> > Mark Mansour >> > [email protected] >> >http://agilebench.com/ > > > -- Mark Mansour [email protected] http://agilebench.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en -~----------~----~----~----~------~----~------~--~---
