From 3115d6f17db9fa7219f2c40709d284ad2de88cae Mon Sep 17 00:00:00 2001 From: swag Date: Mon, 10 Jan 2022 15:36:25 -0500 Subject: [PATCH] How did I miss this?? --- cpanfile | 1 + 1 file changed, 1 insertion(+) diff --git a/cpanfile b/cpanfile index eef7a1a..1c2e62b 100644 --- a/cpanfile +++ b/cpanfile @@ -6,3 +6,4 @@ requires 'Mojo::Pg'; requires 'Mojolicious::Plugin::TagHelpers::Pagination'; requires 'Mojolicious::Plugin::AssetPack'; requires 'Regexp::Common::URI'; +requires 'CSS::Minifier::XS';