libplack-middleware-file-sass-perl_0.03-1_amd64.changes is NEW
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Sun May 22 08:48:53 UTC 2011
(new) libplack-middleware-file-sass-perl_0.03-1.debian.tar.gz optional perl
(new) libplack-middleware-file-sass-perl_0.03-1.dsc optional perl
(new) libplack-middleware-file-sass-perl_0.03-1_all.deb optional perl
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.
.
Text::Sass provides only a limited Sass implementation, so the Ruby
implementation is recommended even when Text::Sass is available.
(new) libplack-middleware-file-sass-perl_0.03.orig.tar.gz optional perl
Changes: libplack-middleware-file-sass-perl (0.03-1) unstable; urgency=low
.
* Initial packaging release.
Closes: bug#627584.
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 627584
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the pkg-perl-maintainers
mailing list