1
0
Fork 0

Quiet the asset pipeline debugging

This commit is contained in:
Andrew Tomaka 2014-10-24 11:26:34 -04:00
parent c30167e192
commit 9823480917
2 changed files with 5 additions and 0 deletions

View File

@ -17,3 +17,5 @@ gem 'omniauth-google-oauth2', '~> 0.2.5'
gem 'bootstrap-sass', '~> 3.2.0.2'
gem 'rb-readline'
gem 'quiet_assets', group: :development

View File

@ -77,6 +77,8 @@ GEM
multi_json (~> 1.3)
oauth2 (~> 1.0)
omniauth (~> 1.2)
quiet_assets (1.0.3)
railties (>= 3.1, < 5.0)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
@ -139,6 +141,7 @@ DEPENDENCIES
jbuilder (~> 2.0)
jquery-rails
omniauth-google-oauth2 (~> 0.2.5)
quiet_assets
rails (= 4.1.6)
rb-readline
sass-rails (~> 4.0.3)