Removed submodules

Was having issues with submodules filling two directories at the same
time (lib and lib-src; hard links maybe the cause?). Anyways for the
time being removed them.

Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
This commit is contained in:
Collin J. Doering 2014-03-13 04:47:59 -04:00
parent dc814507cc
commit 4dc9224af3
7 changed files with 9 additions and 9606 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
.*
*~
*.o
*.hi
site
_site
_cache

6
.gitmodules vendored
View File

@ -1,6 +0,0 @@
[submodule "lib/Skeleton"]
path = lib-src/Skeleton
url = https://github.com/dhg/Skeleton.git
[submodule "lib/jquery-address"]
path = lib-src/jquery-address
url = https://github.com/asual/jquery-address.git

File diff suppressed because it is too large Load Diff

@ -1 +0,0 @@
Subproject commit 2d9549b34384269d5de9750db12c7338db020746

@ -1 +0,0 @@
Subproject commit bb6103f9021fee0bf275e2b9dae31082c683ac94

View File

@ -243,7 +243,7 @@ main = do
forM_ [("js/**", idRoute),
("lib/JQuery/*", gsubRoute "JQuery" $ const "js"),
("lib/jquery-address/src/jquery.address.js",
("lib/jquery-address/jquery.address.js",
customRoute $ const "lib/js/jquery.address.js")] $ \(p, r) ->
match p $ do
route r