moved directories around

This commit is contained in:
Paul Chiusano 2015-05-12 19:47:55 -04:00
parent e5160170d8
commit 402057d060
68 changed files with 61049 additions and 5 deletions

7
.gitignore vendored
View File

@ -8,11 +8,8 @@ cabal-dev
*.un~
**/cache/**
**/build/**
site/_cache/**
site/_site/**
site/site
tags
node/cabal.sandbox.config
node/.cabal-sandbox/**
cabal.sandbox.config
.cabal-sandbox/**
.DS_Store
.virthualenv

21070
editor-elm/editor.html Normal file

File diff suppressed because it is too large Load Diff

23379
editor-elm/elm.js Normal file

File diff suppressed because it is too large Load Diff

16596
editor-elm/main.html Normal file

File diff suppressed because it is too large Load Diff

View File

@ -41,6 +41,8 @@ flag quiet
manual: True
default: False
-- make library src directory shared, then introduce editor and node subdirectories
-- rename node directory to src, and, rename editor to editor-elm
library
hs-source-dirs: src