[Bps-public-commit] jifty-plugin-sass branch, master, updated. a00b8b20a11ece9e78a69cf94fd2ce4398f945ea

Shawn Moore sartak at bestpractical.com
Wed Jun 8 17:20:00 EDT 2011


The branch, master has been updated
       via  a00b8b20a11ece9e78a69cf94fd2ce4398f945ea (commit)
      from  e08f7c6da5d32b9cf1cfdcfc8eb804733ef18ce9 (commit)

Summary of changes:
 lib/Jifty/Plugin/Sass.pm |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)
 create mode 100644 lib/Jifty/Plugin/Sass.pm

- Log -----------------------------------------------------------------
commit a00b8b20a11ece9e78a69cf94fd2ce4398f945ea
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Wed Jun 8 17:19:53 2011 -0400

    Perl module skeleton

diff --git a/lib/Jifty/Plugin/Sass.pm b/lib/Jifty/Plugin/Sass.pm
new file mode 100644
index 0000000..993abb9
--- /dev/null
+++ b/lib/Jifty/Plugin/Sass.pm
@@ -0,0 +1,42 @@
+package Jifty::Plugin::Sass;
+use strict;
+use warnings;
+use base qw/Jifty::Plugin/;
+
+our $VERSION = '0.01';
+
+1;
+
+__END__
+
+=head1 NAME
+
+Jifty::Plugin::Sass - transparently compile your sass and scss
+
+=head1 SYNOPSIS
+
+Add the following to your config:
+
+    framework:
+        Plugins:
+            - Sass: {}
+
+=head1 DESCRIPTION
+
+=head1 SEE ALSO
+
+L<http://sass-lang.com/>
+
+L<Plack::Middleware::File::Sass>
+
+=head1 AUTHOR
+
+Shawn M Moore C<< <sartak at bestpractical.com> >>
+
+=head1 LICENSE
+
+Jifty::Plugin::Sass is Copyright 2011 Best Practical Solutions, LLC.
+Jifty::Plugin::Sass is distributed under the same terms as Perl itself.
+
+=cut
+

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list