Sha256: 345f039b91dc10569071224d8a1e40c4eb8f18e1622889662419e6fd70490608
Contents?: true
Size: 398 Bytes
Versions: 33
Compression:
Stored size: 398 Bytes
Contents
require "webshims-rails/version" module Webshims module Rails class Engine < ::Rails::Engine # Everything in the webshims directory should be precompiled, since # it all needs to be accessed dynamically depending on the browser initializer :append_webshims_assets_path, :group => :all do |app| app.config.assets.precompile << /webshims/ end end end end
Version data entries
33 entries across 33 versions & 1 rubygems