This saves a bit of time when the user tries to load the page
that has javascript notification.
It will gzip the javascript, from my calculations the gain is
up to 27Kb.
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
use Rack::Deflater
run Errbit::Application