发布于 2016-06-04 00:24:24 | 128 次阅读 | 评论: 0 | 来源: 网友投递
Phoenix Elixir Web 框架
Phoenix 是函数式编程语言 Elixir 的 Web 开发框架。要求 Elixir v1.0.2+
Phoenix v1.2.0-rc.1 发布了,Phoenix 是函数式编程语言 Elixir 的 Web 开发框架。
更新内容:
watchers: [node: ["node_modules/brunch/bin/brunch", "watch", "--stdin", cd: Path.expand("../", __DIR__)]]
Enhancements
[View] Add :path
and :pattern
options to allow wildcard template inclusion as well as customized template directory locations
Deprecations
[Watcher] Using the :root
endpoint configuration for watchers is deprecated. Pass the :cd option at the end of your watcher argument list in config/dev.exs. For example:
下载地址: