Revert "[TASK] Wrap it a classic couchapp structure using erica."

This reverts commit 5306f5ed5b.
This commit is contained in:
Jan Philipp Timme 2013-09-13 13:01:28 +02:00
parent 77d8167cc0
commit ac746a55f7
30 changed files with 0 additions and 12 deletions

View File

@ -1,3 +0,0 @@
{
"env": {}
}

View File

@ -1 +0,0 @@
[".git/*", ".gitignore", "README.md"]

1
_id
View File

@ -1 +0,0 @@
_design/dashboard

View File

@ -1 +0,0 @@
javascript

View File

@ -1 +0,0 @@
[]

View File

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

View File

Before

Width:  |  Height:  |  Size: 230 KiB

After

Width:  |  Height:  |  Size: 230 KiB

View File

@ -1,5 +0,0 @@
function map(doc) {
if (doc.type) {
emit(doc.type, null);
}
}