Skip to content
Lucas Liu edited this page Jun 3, 2015 · 4 revisions

Welcome to the goblet wiki!

Goblet本来是设计用于包装Martini用于大型项目的,具体的设计理念包括

  • 满足大型项目文件组织规范化的需要
  • 添加配置文件等相关设置
  • 增加底层的支持能力

但由于发现Martini的理念有很多过于独特的地方,并且和项目组以往的习惯有很多不同,故做成了完整的web框架

具体的用法参见Wiki

#New

2015-6-3

增加了对bower的内建支持,可以在模板中直接使用bower加载插件,参见Bower集成

<head>
……
{{ bower "bootstrap" "2.3.2"}}
<link href="/plugins/bootstrap/docs/assets/css/bootstrap-responsive.css" rel="stylesheet">
</head>
Clone this wiki locally