Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove CSS::Minifier::XS from prereqs
SASS processor minifies for us
  • Loading branch information
zoffixznet committed Jul 14, 2016
1 parent cf30018 commit e60bb8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -190,7 +190,7 @@ install this now:
If you also plan on modifying the SASS stylesheets, install these modules to
enable SASS processor:

$ cpanm -vn CSS::Minifier::XS CSS::Sass Mojolicious::Plugin::AssetPack
$ cpanm -vn CSS::Sass Mojolicious::Plugin::AssetPack

Alternatively, you can install `sass` program and process SASS using that instead:

Expand Down
1 change: 0 additions & 1 deletion app.pl
Expand Up @@ -9,7 +9,6 @@

my $has_extra_modules = eval {
require CSS::Sass;
require CSS::Minifier::XS;
require Mojolicious::Plugin::AssetPack;
1;
};
Expand Down

0 comments on commit e60bb8f

Please sign in to comment.