NAME
Mojolicious::Plugin::AssetPack::Preprocessor::Sass - Preprocessor for .sass files
DESCRIPTION
Mojolicious::Plugin::AssetPack::Preprocessor::Sass is a preprocessor for .sass
files.
ATTRIBUTES
executable
$path = $self->executable;
Holds the path to the "sass" executable. Default to just "sass".
METHODS
checksum
Returns the checksum for the given $text
, but also checks for any @import
statements and includes those files in the checksum.
See "process" in Mojolicious::Plugin::AssetPack::Preprocessor.
process
This method use "sass" to process $text
.
See "process" in Mojolicious::Plugin::AssetPack::Preprocessor.
COPYRIGHT AND LICENSE
Copyright (C) 2014, Jan Henning Thorsen
This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.
AUTHOR
Jan Henning Thorsen - jhthorsen@cpan.org