Rails 4 logging during development, surpress asset messages?

Is it possible to surpress all those asset related messages?

I have a terminal open where I run ‘rails s’ and it gets hard to read.

I’m this in a initializer : https://gist.github.com/kaluznyo/7332447

Le mercredi 6 novembre 2013 00:52:48 UTC+1, Gitted a crit :

I’ve this in an initializer : https://gist.github.com/kaluznyo/7332447

Le mercredi 6 novembre 2013 00:52:48 UTC+1, Gitted a crit :

On Tuesday, 5 November 2013 18:52:48 UTC-5, Gitted wrote:

Is it possible to surpress all those asset related messages?

I have a terminal open where I run ‘rails s’ and it gets hard to read.

Try quiet_assets:

–Matt J.