Sha256: 8944924648f0a69d455c617e15274354b5971d7ad2c8f93bf8a4549b11487506
Contents?: true
Size: 492 Bytes
Versions: 5
Compression:
Stored size: 492 Bytes
Contents
module Rswag module Ui class Engine < ::Rails::Engine isolate_namespace Rswag::Ui initializer 'rswag-ui.initialize' do |app| if app.config.respond_to?(:assets) app.config.assets.precompile += [ 'swagger-ui/css/*', 'swagger-ui/fonts/*', 'swagger-ui/images/*', 'swagger-ui/lang/*', 'swagger-ui/lib/*', 'swagger-ui/swagger-ui.min.js' ] end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems