1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Get frontend javascript into the docker image. Still need to figure out how to get frontend templates into rails.

This commit is contained in:
2016-05-14 11:20:28 -04:00
parent 3659597780
commit 225e90ca8f
4 changed files with 16 additions and 5 deletions

View File

@@ -110,4 +110,7 @@ Wrestling::Application.configure do
config.action_mailer.perform_deliveries = true
#Devise needs origin of email
Rails.application.routes.default_url_options[:host] = 'https://wrestlingdev.com'
#For lineman creating assets
config.serve_static_files = true
end