gakubuchi:使用Asset Pipeline进行静态页面管理 源码
学渊 Gakubuchi提供了一种使用Asset Pipeline管理静态页面(例如错误页面)的简单方法。 安装 将其放在您的Gemfile中: gem 'gakubuchi' 使用以下命令运行安装生成器: rails g gakubuchi:install 或指定静态页面的目录名称: rails g gakubuchi:install -d html 他们将初始化程序安装到config/initializers/gakubuchi.rb并在app/assets创建目录。 如果您未指定-d选项,则将使用templates作为默认值。 用法 在app/assets/template
文件列表
gakubuchi-master.zip
(预估有个65文件)
gakubuchi-master
.travis.yml
2KB
gakubuchi.gemspec
1KB
.reek
106B
bin
console
305B
Rakefile
617B
gemfiles
sprockets_rails_2_with_sprockets_2.gemfile
278B
sprockets_rails_3_with_sprockets_4.gemfile
235B
暂无评论