blob: b53dba3d86be2039e8a093a62d567a7a5ea071f9 (
plain)
1
2
3
4
5
6
7
8
  | 
# 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'
# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
Rails.application.config.assets.precompile += %w( base.css es6_browserified/*.js )
 
  |