1st off, this is a very useful django app! But, I faced some problem dealing with slimfile. I've got slimmer up and running. When I put something like this {% slimfile "css/style.css" %}, there is one image (ref inside style.css) didn't get staticfile applied to it.
When I check, style.1277132930.css the image is still pointing to the "old" one, i.e. background-image:url(../img/hello.png).
Am I doing something wrong here? Any idea?
Thanks!
Comment
Hi Matthew, If you're experiencing bugs or problems contact me on github or my normal email address. http://github.com/peterbe
Peter
Parent comment
1st off, this is a very useful django app! But, I faced some problem dealing with slimfile. I've got slimmer up and running. When I put something like this {% slimfile "css/style.css" %}, there is one image (ref inside style.css) didn't get staticfile applied to it. When I check, style.1277132930.css the image is still pointing to the "old" one, i.e. background-image:url(../img/hello.png). Am I doing something wrong here? Any idea? Thanks!