summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-13 00:35:11 +1200
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-13 00:41:08 +1200
commit5e332bfac3dfe2075dde30568498bc6c42ca27ce (patch)
treecaaa5d48e3f448527e3e62359a6b4453bdf3655f /.gitmodules
parent2b3bf882d6b53f09e0dddf3f8d4f159832471fb3 (diff)
downloadmanavis-5e332bfac3dfe2075dde30568498bc6c42ca27ce.tar.gz
manavis-5e332bfac3dfe2075dde30568498bc6c42ca27ce.tar.bz2
manavis-5e332bfac3dfe2075dde30568498bc6c42ca27ce.tar.xz
manavis-5e332bfac3dfe2075dde30568498bc6c42ca27ce.zip
Move served files to a public/ directory
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 4f540a0..d719d48 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,9 @@
[submodule "js/crossfilter"]
- path = js/crossfilter
+ path = public/js/crossfilter
url = git://github.com/square/crossfilter.git
[submodule "js/d3"]
- path = js/d3
+ path = public/js/d3
url = git://github.com/mbostock/d3.git
[submodule "js/dc"]
- path = js/dc
+ path = public/js/dc
url = git://github.com/Freeyorp/dc.js.git