arangodb,foxx和咖啡脚本

时间:2014-03-20 14:09:06

标签: json coffeescript arangodb

我可以将foxx与咖啡脚本一起使用,但它不起作用。我从逐步教程中有一个hello示例应用程序。我将app.js替换为app.coffee(在编译后coffee -c app.coffeeapp.js相同)

在manifest.json中,我在cotrollers中更改扩展名

{
  "name": "moje",
  "version": "0.0.1",
  "description": "Hello example.",
  "author": "golf",
   "controllers": {
    "/": "app.coffee"
  }
}

但它不起作用,服务器返回

 {"error":true,"code":404,"errorNum":404,"errorMessage":"unknown path 'dev/moje/hello/world'"}

我做错了什么?

1 个答案:

答案 0 :(得分:1)

这是一个错误。我提出了一个问题:https://github.com/triAGENS/ArangoDB/issues/783