#!/usr/bin/perl -w use v5.14; use Plack::Builder; use Plack::App::Gruntmaster; builder { enable 'Static', path => qr,/static/,, pass_through => 1; enable 'Log4perl', category => 'plack', conf => 'log.conf'; Plack::App::Gruntmaster->to_app }