共同资产待办事项:写一个宝石描述
安装
-
将此行添加到应用程序的Gemfile中:
gem 'common_assets'
-
然后执行:
$ bundle
-
或者自己安装:
$ gem install common_assets
将此行添加到您的application.css
*= require reset
*= require best_in_place
*= require common
用法
- TODO:在这里写使用说明
贡献
-
分叉吧
-
创建您的功能分支(
git checkout -b my-new-feature
) -
提交您的更改(
git commit -am 'Add some feature'
) -
推送到分支(
git push origin my-new-feature
) -
创建新的拉取请求
暂无评论