changeset 178:e4a0ef308a99

Added quiet_assets for development environment.
author Edho Arief <edho@myconan.net>
date Fri, 01 Feb 2013 22:26:59 +0700
parents d310a716207b
children b1aa7865bc7f
files Gemfile Gemfile.lock
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Gemfile	Fri Feb 01 22:26:36 2013 +0700
+++ b/Gemfile	Fri Feb 01 22:26:59 2013 +0700
@@ -42,3 +42,7 @@
 group :newrelic do
   gem 'newrelic_rpm'
 end
+
+group :development do
+  gem 'quiet_assets'
+end
--- a/Gemfile.lock	Fri Feb 01 22:26:36 2013 +0700
+++ b/Gemfile.lock	Fri Feb 01 22:26:59 2013 +0700
@@ -66,6 +66,8 @@
       rack (~> 1.2)
     puma (1.6.3-java)
       rack (~> 1.2)
+    quiet_assets (1.0.1)
+      railties (~> 3.1)
     rack (1.4.4)
     rack-cache (1.2)
       rack (>= 0.4)
@@ -131,6 +133,7 @@
   mysql2
   newrelic_rpm
   puma
+  quiet_assets
   rails (= 3.2.11)
   sass-rails (~> 3.2.3)
   therubyrhino