summaryrefslogtreecommitdiff
path: root/visualize/static
AgeCommit message (Collapse)Author
2012-11-15Merge commit '14c51a5' (Update to d3 2.8.1)parabolaweb-2012-11-15Luke Shumaker
is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
2012-11-15tweak how make cleans filesLuke Shumaker
2012-11-15clean up output from makeLuke Shumaker
2012-11-14Merge commit '32633d4' (Update D3 JS resources)Luke Shumaker
Conflicts: visualize/static/d3.js visualize/static/d3.layout.js visualize/static/d3.layout.min.js visualize/static/d3.min.js
2012-10-27don't bundle the autogenerated js filesLuke Shumaker
2012-10-26mirror changes from commit '943ef2e8e4'Luke Shumaker
2012-03-02Update d3 to 2.8.1Dan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2012-01-21Update D3 JS resourcesDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-12-05Convert to and enable staticfiles contrib applicationDan McGee
This moves our site static files into the sitestatic directory if they are shared resources, and also moves a handful of things (such as the artwork logos) into application-specific static/ directories. This allows the staticfiles contrib app to work after a few settings tweaks, a run of collectstatic, and massaging the hardcoded '/media/' prefix out of our templates. Django 1.4 is going to make this a lot easier to move things to a CDN and provides better template tags; for now this is setting the stage before we can move to that. Signed-off-by: Dan McGee <dan@archlinux.org>