Skip to content

Commit 0e066a4

Browse files
committed
Quieten asset logging to streamline debugging
1 parent b999859 commit 0e066a4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ gem 'sqlite3'
1111
gem 'turbolinks'
1212
gem 'uglifier', '>= 1.3.0'
1313

14+
gem 'quiet_assets', group: :development
15+
1416
group :development, :test do
1517
gem 'byebug' # Call 'byebug' in code to stop execution and get a debugger console
1618
gem 'capybara'

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ GEM
148148
eventmachine_httpserver
149149
http_parser.rb (~> 0.6.0)
150150
multi_json
151+
quiet_assets (1.1.0)
152+
railties (>= 3.1, < 5.0)
151153
rack (1.6.4)
152154
rack-test (0.6.3)
153155
rack (>= 1.0)
@@ -271,6 +273,7 @@ DEPENDENCIES
271273
pry-rescue
272274
pry-stack_explorer
273275
puffing-billy
276+
quiet_assets
274277
rails (= 4.2.3)
275278
rspec-rails (~> 3.2)
276279
sass-rails (~> 4.0)

0 commit comments

Comments
 (0)