mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Remove precompiled assets due to segfaults
This commit is contained in:
parent
508ffd4774
commit
983d458897
1 changed files with 0 additions and 6 deletions
|
@ -9,10 +9,4 @@ Rails.application.configure do
|
|||
|
||||
# Precompile additional assets.
|
||||
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
|
||||
config.assets.precompile += %w[login.css registrar-manifest.css shared/pdf.css]
|
||||
config.assets.precompile += %w(*.svg *.eot *.woff *.ttf)
|
||||
config.assets.precompile += %w(admin-manifest.css admin-manifest.js)
|
||||
config.assets.precompile += %w(registrar-manifest.css registrar-manifest.js)
|
||||
config.assets.precompile += %w(registrant-manifest.css registrant-manifest.js)
|
||||
config.assets.precompile += %w( admin.js admin.css )
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue