From 4d8a58a36a9e26172c3249f8ada57b3c90639fda Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Wed, 11 Feb 2015 11:20:42 -0500 Subject: [PATCH] Still working on dataTables for heroku --- config/application.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/application.rb b/config/application.rb index ec0739c..1df4bdc 100644 --- a/config/application.rb +++ b/config/application.rb @@ -21,6 +21,7 @@ module Wrestling # config.i18n.default_locale = :de #Add Bootstrap SAAS to asset pipeline + config.assets.initialize_on_precompile = false config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif) config.active_job.queue_adapter = :delayed_job end