Remove unused Sass pipe
This commit is contained in:
parent
347fa00f77
commit
380fca1db3
|
@ -16,7 +16,7 @@ use PostText::Model::Moderator;
|
|||
sub startup($self) {
|
||||
$self->plugin('Config');
|
||||
$self->plugin('TagHelpers::Pagination');
|
||||
$self->plugin(AssetPack => {pipes => [qw{Sass Css Combine}]});
|
||||
$self->plugin(AssetPack => {pipes => [qw{Css Combine}]});
|
||||
|
||||
# Helpers
|
||||
$self->helper(pg => sub ($c) {
|
||||
|
|
Loading…
Reference in a new issue