Skip to content

Commit

Permalink
Redirect treemap example to bl.ocks.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Nov 13, 2012
1 parent 3000d93 commit f1c210a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 152 deletions.
11 changes: 0 additions & 11 deletions _includes/Makefile
@@ -1,8 +1,6 @@
EX_FILES = \
../ex/colorbrewer.css \
../data/flare.json \
../ex/treemap.css \
../ex/treemap.js \
../ex/splom.css \
../ex/splom.js \
../ex/flowers.json \
Expand All @@ -11,7 +9,6 @@ EX_FILES = \
../ex/button.css

INCLUDE_FILES = \
treemap.js \
splom.js

.PHONY all: $(SRC_FILES) $(EX_FILES) $(INCLUDE_FILES)
Expand All @@ -32,14 +29,6 @@ $(SRC_FILES):
@rm -rf $@
git cat-file blob master:examples/data/us-states.json > $@

../ex/treemap.js treemap.js:
@rm -rf $@
git cat-file blob master:examples/treemap/treemap.js > $@

../ex/treemap.css:
@rm -rf $@
git cat-file blob master:examples/treemap/treemap.css > $@

../data/flare.json:
@rm -rf $@
git cat-file blob master:examples/data/flare.json > $@
Expand Down
53 changes: 0 additions & 53 deletions _includes/treemap.js

This file was deleted.

8 changes: 0 additions & 8 deletions ex/treemap.css

This file was deleted.

2 changes: 2 additions & 0 deletions ex/treemap.html
@@ -0,0 +1,2 @@
<!DOCTYPE html>
<meta http-equiv="refresh" content="0;url=http://bl.ocks.org/4063582">
53 changes: 0 additions & 53 deletions ex/treemap.js

This file was deleted.

27 changes: 0 additions & 27 deletions ex/treemap.markdown

This file was deleted.

0 comments on commit f1c210a

Please sign in to comment.