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’ve this in an initializer : https://gist.github.com/kaluznyo/7332447

Try quiet_assets:

–Matt Jones