[Rt-commit] rt branch, 4.4/minify-css-js, repushed

Wallace Reis wreis at bestpractical.com
Thu Feb 13 16:55:32 EST 2014


The branch 4.4/minify-css-js was deleted and repushed:
       was 127f021a19305f0d967219421a5cca30c0dbcc28
       now 379e193a46f005b15f47812fa2d888622a05d574

1:  1e36fa4 ! 1:  65c9afb Minify CSS
    @@ -54,6 +54,15 @@
     --- a/t/web/squish.t
     +++ b/t/web/squish.t
     @@
    + use strict;
    + use warnings;
    + use RT;
    +-use RT::Test tests => 26;
    ++use RT::Test tests => undef;
    + 
    + RT->Config->Set( DevelMode            => 0 );
    + RT->Config->Set( WebDefaultStylesheet => 'aileron' );
    +@@
      
      $m->follow_link_ok( { url_regex => qr!aileron/squished-([a-f0-9]{32})\.css! },
          'follow squished css' );
    @@ -77,4 +86,9 @@
      
      $m->back;
      ($js_link) =
    +@@
    + $m->content_contains('nottherebutwedontcare.css', "found extra css resource");
    + $m->content_contains('jquery_noconflict.js', "found a default js resource");
    + 
    ++done_testing;
     
2:  127f021 = 2:  379e193 Minify JS



More information about the rt-commit mailing list