Create a branch of all static files
Bug #601064 reported by
Matthew Nuzum
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Web themes |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
We need to create a branch that will contain a static, versioned site for our images, css and javascript. That way we can access them like a CDN from our sites.
Changed in web-themes: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
To post a comment you must log in.
Have you guys looked at the features of the static files app [1]? I'm not sure if it will do a *versioned* collection of your static images, css and js, but it already does all the work of gathering all the static media for all your configured apps together to deploy separately in a production environment. I don't imagine it would be difficult to use this to extract a versioned collection of your static files...
[1] https:/ /docs.djangopro ject.com/ en/1.3/ howto/static- files/