Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mschout/apache2-filter-css-less
Filter CSS LESS files into CSS files under mod_perl on Apache 2.x
https://github.com/mschout/apache2-filter-css-less
Last synced: about 1 month ago
JSON representation
Filter CSS LESS files into CSS files under mod_perl on Apache 2.x
- Host: GitHub
- URL: https://github.com/mschout/apache2-filter-css-less
- Owner: mschout
- Created: 2009-11-18T05:40:11.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-11-22T05:05:59.000Z (about 15 years ago)
- Last Synced: 2023-04-11T20:50:38.782Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Apache2::Filter::CSS::LESS is Copyright (C) 2009, Michael Schout.
WHAT IS THIS?
This module provides on demand conversion of CSS LESS files to CSS using
CSS::LESSp under mod_perl2.INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installIf perl Makefile.PL fails because it cannot find apxs, you can specify the path
to it via the -apxs parameter:perl Makefile.PL -apxs /path/to/apxs
DEPENDENCIES
This module requires these other CPAN modules:
CSS::LESSp
Apache::Test
mod_perl2In addition, an Apache 2.0 or later server with mod_perl version 2.0 or later
is required.COPYRIGHT AND LICENCE
Copyright (C) 2009 Michael Schout.
This program is free software; you can redistribute it and/or modify it
under the terms of either:* the GNU General Public License as published by the Free Software
Foundation; either version 1, or (at your option) any later
version, or* the Artistic License version 2.0.