Skip to content

Commit

Permalink
Merge pull request #1705 from hennevogel/feature_quiet_assets
Browse files Browse the repository at this point in the history
[dist] Turn of asset pipeline logging in test/dev
  • Loading branch information
mdeniz committed Apr 12, 2016
2 parents 0a9b721 + 60d18e7 commit e151c64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/api/Gemfile
Expand Up @@ -123,6 +123,8 @@ group :development, :test do
gem 'poltergeist', '>= 1.4'
# to launch browser in test
gem 'launchy'
# to turn off the asset pipeline log
gem 'quiet_assets'
end

# Gems used only for assets and not required in production environments by default.
Expand Down
5 changes: 4 additions & 1 deletion src/api/Gemfile.lock
Expand Up @@ -181,6 +181,8 @@ GEM
slop (~> 3.4)
pundit (1.0.1)
activesupport (>= 3.0.0)
quiet_assets (1.0.2)
railties (>= 3.1, < 5.0)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -372,6 +374,7 @@ DEPENDENCIES
poltergeist (>= 1.4)
pry (>= 0.9.12)
pundit
quiet_assets
rails (~> 4.2.2)
rails_tokeninput (>= 1.6.1.rc1)
rdoc
Expand Down Expand Up @@ -399,4 +402,4 @@ DEPENDENCIES
yajl-ruby

BUNDLED WITH
1.10.6
1.11.2

0 comments on commit e151c64

Please sign in to comment.