Asset fixes (#238)
* Fixed fonts * Fixed assets * Fixed logo in emails * Switched to immediate email delivery * Fixed prod emails and added deployment tasks * Fixed deployments
This commit is contained in:
@@ -57,7 +57,7 @@ module PageHelper
|
||||
|
||||
def add_inline_script(script)
|
||||
@_inline_scripts ||= Set.new
|
||||
script = Rails.application.assets.find_asset("#{script.to_s}.js").to_s
|
||||
script = File.read(File.join(Rails.public_path, ActionController::Base.helpers.asset_path("#{script.to_s}.js")))
|
||||
@_inline_scripts << script
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user