We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cea1175 + 9df6b5d commit 4bf1fcaCopy full SHA for 4bf1fca
lib/Mojolicious/Plugin/AssetPack/Pipe/Sass.pm
@@ -61,7 +61,7 @@ sub process {
61
$asset->content($store->save(\$css, $attrs))->FROM_JSON($attrs);
62
}
63
else {
64
- my @args = (qw(sass -s), map { ('-I', $_) } @{$opts{include_paths}});
+ my @args = (qw(sass -s --trace), map { ('-I', $_) } @{$opts{include_paths}});
65
push @args, '--scss' if $asset->format eq 'scss';
66
push @args, qw(-t compressed) if $attrs->{minified};
67
$self->run(\@args, \$content, \my $css, \my $err);
0 commit comments