try to run `RAILS_ENV=production rake assets:precompile` then push it to
heroku again?


On Sun, May 25, 2014 at 7:46 AM, Sergei Muzukin <muzyuk...@gmail.com> wrote:

> Yes it works.
> Here it is config/environment/production:
> Myapp::Application.configure do
>   config.cache_classes = true
>   config.eager_load = true
>
>   config.consider_all_requests_local       = false
>   config.action_controller.perform_caching = true
>   config.assets.js_compressor = :uglifier
>   config.assets.compile = false
>   config.assets.digest = true
>   config.assets.version = '1.0'
>   config.log_level = :info
>
>   # Enable serving of images, stylesheets, and JavaScripts from an asset
> server.
>   # config.action_controller.asset_host = "http://assets.example.com";
>
>   # Precompile additional assets.
>   # application.js, application.css, and all non-JS/CSS in app/assets
> folder are already added.
>   config.assets.precompile += %w( community_engine.css,
> community_engine.js  )
>
>   config.i18n.fallbacks = true
>   config.active_support.deprecation = :notify
>   config.log_formatter = ::Logger::Formatter.new
> end
>
> --
> You received this message because you are subscribed to the Google Groups
> "CommunityEngine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to communityengine+unsubscr...@googlegroups.com.
> To post to this group, send email to communityengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/communityengine.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to communityengine+unsubscr...@googlegroups.com.
To post to this group, send email to communityengine@googlegroups.com.
Visit this group at http://groups.google.com/group/communityengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to