Gzip CSS and JS in make_static.PL
[plack-app-gruntmaster.git] / Makefile.PL
index 2f3a50f2784e73f70334031e465446dc62ca0723..6da9ecfdcc774618a09f3f493a534a5001f2746a 100644 (file)
@@ -10,7 +10,7 @@ WriteMakefile(
        LICENSE           => 'AGPL_3',
        SIGN              => 1,
        clean             => {
-               FILES => 'static/css/ static/js.js'
+               FILES => 'static/css/ static/js.js static/js.js.gz static/js.map static/js/'
        },
        BUILD_REQUIRES    => {
                qw/CSS::Minifier::XS          0
@@ -31,11 +31,10 @@ WriteMakefile(
                   strict      0
                   warnings    0
 
-                  Email::Simple                    0
-                  Email::Sender::Simple            0
                   File::Slurp                      0
                   Gruntmaster::Data                0
-                  HTML::Seamstress                 0
+                  HTML::Element::Library           0
+                  HTML::TreeBuilder                0
                   JSON::MaybeXS                    0
                   Log::Log4perl                    0
                   PerlX::Maybe                     0
This page took 0.009909 seconds and 4 git commands to generate.