Make Gruntmaster::Page::Base::variants not need overriding
[gruntmaster-page.git] / lib / Gruntmaster / Page / JS.pm
index b8ddafba37e714c23349ca4f24fb494c96fd52cc..fbaf3daaa163186ae1544a1b4139357a7d0d14d4 100644 (file)
@@ -18,6 +18,4 @@ sub generate{
        [200, ['Content-Type' => 'application/javascript', 'Cache-Control' => 'public, max-age=604800', 'X-Forever' => 1], [minify $js] ]
 }
 
-sub variants{ [[js => 1, 'application/javascript', undef, undef, undef, undef]] }
-
 1
This page took 0.009771 seconds and 4 git commands to generate.