Bug#627584: ITP: libplack-middleware-file-sass-perl -- Sass and SCSS support for all Plack-based PSGI frameworks
Jonas Smedegaard
dr at jones.dk
Sun May 22 07:48:06 UTC 2011
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard <dr at jones.dk>
* Package name : libplack-middleware-file-sass-perl
Version : 0.03
Upstream Author : Tatsuhiko Miyagawa <miyagawa at bulknews.net>
* URL : http://search.cpan.org/dist/Plack-Middleware-File-Sass/
* License : Artistic or GPL-1+
Programming Lang: Perl
Description : Sass and SCSS support for all Plack-based PSGI frameworks
PSGI is a specification to decouple web server environments from web
application framework code. Plack is an implementation of PSGI.
.
Plack::Middleware::File::Sass is a Plack middleware component that
works with Plack::App::File or Plack::Middleware::Static to compile
Sass templates into CSS stylesheet in every request.
.
When a request comes in for *.css* file, this middleware changes the
internal path to *.sass* or *.scss*, depending on the configuration, in
the same directory. If the Sass template is found, a new CSS stylesheet
is built on memory and served to the browsers. Otherwise, it falls back
to the original *.css* file in the directory.
.
This middleware should be very handy for the development. While Sass to
CSS rendering is reasonably fast, for the production environment you
might want to precompile Sass templates to CSS files on disk and serves
them with a real web server like nginx or lighttpd.
More information about the pkg-perl-maintainers
mailing list