This repository was archived by the owner on Aug 21, 2018. It is now read-only.

Description
When I push HTML resource to couchDB with couchApp, I got the error message of "Attachment name can't start with '_' ".
After I removing all the underscore from the start of name of files in the _attachment folder and edit filenames in the related files, I could successfully execute couchapp push server command.