[ARVADOS] updated: 28ac1f93305968a913c394dd3d3581c4e290722d

git at public.curoverse.com git at public.curoverse.com
Fri Oct 31 10:51:52 EDT 2014


Summary of changes:
 apps/workbench/config/environments/production.rb.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  28ac1f93305968a913c394dd3d3581c4e290722d (commit)
      from  c6a03a7abff947dc8242e8be18b4b5e6920a3e4a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 28ac1f93305968a913c394dd3d3581c4e290722d
Author: Ward Vandewege <ward at curoverse.com>
Date:   Fri Oct 31 10:43:28 2014 -0400

    Workbench: Change from yui to uglifier to compress javascript in
    config/environments/production.rb.example
    
    No issue #

diff --git a/apps/workbench/config/environments/production.rb.example b/apps/workbench/config/environments/production.rb.example
index 209556c..492b118 100644
--- a/apps/workbench/config/environments/production.rb.example
+++ b/apps/workbench/config/environments/production.rb.example
@@ -12,7 +12,7 @@ ArvadosWorkbench::Application.configure do
   config.serve_static_assets = false
 
   # Compress JavaScripts and CSS
-  config.assets.js_compressor = :yui
+  config.assets.js_compressor = :uglifier
 
   # Don't fallback to assets pipeline if a precompiled asset is missed
   config.assets.compile = false

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list