-
Notifications
You must be signed in to change notification settings - Fork 5
Description
CoffeeScript version 1.2.0
node version v0.6.19
kanso version 0.2.1
▾ Map/
▾ js/
test.coffee
▾ lib/
app.coffee
▸ packages/
index.html
kanso.json
kanso.json:
{
"name": "example-app",
"version": "0.0.1",
"description": "The simplest possible app",
"attachments": ["index.html"],
"dependencies": {
"attachments": null,
"coffee-script-precompiler": null
},
"coffee-script": {
"modules": ["lib"],
"attachments": ["js"]
}
}
## push:
kanso push example
Reading dependency tree...
loading .
preprocessor attachments/add
preprocessor coffee-script-precompiler/compile
loading packages/attachments
loading packages/coffee-script-precompiler
Compiling attachment js/app.coffee
Compiling module lib/app.coffee
preprocessor coffee-script-precompiler/remove
postprocessor attachments/cleanup
Build complete: 120ms
Uploading...
Error: doc_validation
Bad special document member: _modules
at IncomingMessage. (/usr/lib/node_modules/kanso/lib/couchdb.js:220:35)
at IncomingMessage.emit (events.js:88:20)
at HTTPParser.parserOnMessageComplete as onMessageComplete
at Socket.socketOnData as ondata
at TCP.onread (net.js:374:27)
Failed