Sha256: 88a3dbbd95f955bf5584b6a1d87df9565ff9a9715c8f5c75bb718379fc54d96b
Contents?: true
Size: 683 Bytes
Versions: 84
Compression:
Stored size: 683 Bytes
Contents
# Be sure to restart your server when you modify this file. # Version of your assets, change this if you want to expire all your assets. Rails.application.config.assets.version = '1.0' # Add additional assets to the asset load path. # Rails.application.config.assets.paths << Emoji.images_path <%- unless options[:skip_javascript] -%> # Add Yarn node_modules folder to the asset load path. Rails.application.config.assets.paths << Rails.root.join('node_modules') <%- end -%> # Precompile additional assets. # application.js, application.css, and all non-JS/CSS in the app/assets # folder are already added. # Rails.application.config.assets.precompile += %w( admin.js admin.css )
Version data entries
84 entries across 82 versions & 8 rubygems