Remove X-Static support
[plack-app-gruntmaster.git] / lib / Plack / App / Gruntmaster / HTML.pm
index 3af06081a76ed1cde437a249885056e27842006f..f08b66be3faadb6dca1b64fa77105410e700cb2f 100644 (file)
@@ -91,8 +91,6 @@ sub _render {
        $tree->defmap(smap => \%args);
        my $process = __PACKAGE__->can("process_$tmpl");
        $process->($tree, %args) if $process;
-       $_->detach for $tree->look_down(static => $args{static} ? 'no' : 'yes');
-       $_->attr('static', undef) for $tree->look_down(sub {$_[0]->attr('static')});
        $_->attr('smap', undef) for $tree->look_down(sub {$_[0]->attr('smap')});
        $tree->as_HTML(undef, undef, $optional_end_tags);
 }
This page took 0.009052 seconds and 4 git commands to generate.