• J
    Create an :assets group in the Gemfile. · 5a26b886
    José Valim 提交于
    This group is required by default only on development and test
    (you can change it on config/application.rb).
    
    `rake assets:precompile` will automatically add the assets group
    to Rails.groups (and consequently Bundler.require) and should work
    transparently.
    5a26b886
assets_test.rb 1.9 KB