You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjusting assets.rb initializer to add fonts as part of pipeline
# /\.(?:svg|eot|woff|ttf)$/ to allow fonts to be precompiled to enabled it to be referenced by asset_path after CORS is allowedRails.application.config.assets.precompile += %w(/\.(?:svg|eot|woff|ttf)$/)Rails.application.config.assets.paths << Rails.root.join('app','assets','fonts')