From b7dce15bcce8d71b0a9ed4e511b015157045adef Mon Sep 17 00:00:00 2001 From: David Schoonover Date: Wed, 23 May 2012 16:36:05 -0700 Subject: [PATCH] Fixes d3 symlinks. --- static/vendor/d3 | 1 + static/vendor/d3.js | 2 +- static/vendor/d3.min.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 static/vendor/d3 diff --git a/static/vendor/d3 b/static/vendor/d3 new file mode 120000 index 0000000..8c15b2c --- /dev/null +++ b/static/vendor/d3 @@ -0,0 +1 @@ +d3-2.8.1 \ No newline at end of file diff --git a/static/vendor/d3.js b/static/vendor/d3.js index e33305f..c460a13 120000 --- a/static/vendor/d3.js +++ b/static/vendor/d3.js @@ -1 +1 @@ -d3-2.8.1/d3.v2.js \ No newline at end of file +d3/d3.v2.js \ No newline at end of file diff --git a/static/vendor/d3.min.js b/static/vendor/d3.min.js index 4b3200c..f26c25a 120000 --- a/static/vendor/d3.min.js +++ b/static/vendor/d3.min.js @@ -1 +1 @@ -d3-2.8.1/d3.v2.min.js \ No newline at end of file +d3/d3.v2.min.js \ No newline at end of file -- 1.7.0.4