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

This reverts commit 5306f5ed5b.
This commit is contained in:
JPT
2013-09-13 13:01:28 +02:00
parent 77d8167cc0
commit ac746a55f7
30 changed files with 0 additions and 12 deletions
-3
View File
@@ -1,3 +0,0 @@
{
"env": {}
}
-1
View File
@@ -1 +0,0 @@
[".git/*", ".gitignore", "README.md"]
-1
View File
@@ -1 +0,0 @@
_design/dashboard

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

-1
View File
@@ -1 +0,0 @@
javascript
-1
View File
@@ -1 +0,0 @@
[]

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

Before

Width:  |  Height:  |  Size: 230 KiB

After

Width:  |  Height:  |  Size: 230 KiB

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