Skip to content

Commit

Permalink
Fix assets precompilation by including web/all.js and web/all.css in …
Browse files Browse the repository at this point in the history
…the assets precompilation list in application.rb
  • Loading branch information
luisramos0 committed Sep 26, 2018
1 parent a23b1b9 commit b1c7e6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ class Application < Rails::Application
config.assets.initialize_on_precompile = true
config.assets.precompile += ['store/all.css', 'store/all.js', 'store/shop_front.js', 'iehack.js']
config.assets.precompile += ['admin/all.css', 'admin/*.js', 'admin/**/*.js']
config.assets.precompile += ['web/all.css', 'web/all.js']
config.assets.precompile += ['darkswarm/all.css', 'darkswarm/all.js']
config.assets.precompile += ['mail/all.css']
config.assets.precompile += ['search/all.css', 'search/*.js']
Expand Down

0 comments on commit b1c7e6c

Please sign in to comment.