Try fixing asset pipeline
This commit is contained in:
parent
aeb9467117
commit
af99d04bc1
2 changed files with 4 additions and 3 deletions
|
|
@ -10,4 +10,5 @@ Rails.application.config.assets.version = '1.0'
|
|||
# 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( actiontext.css builds/exports.css )
|
||||
Rails.application.config.assets.precompile += %w( actiontext.css )
|
||||
Rails.application.config.assets.paths += %w( builds/exports.css )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue