NAME

Dancer::Plugin::Preprocess::Less - Generate CSS files from .less files

VERSION

version 0.010

SYNOPSIS

Dancer::Plugin::Preprocess::LESS automatically generates CSS files from Less files in a Dancer web application.

Add the plugin to your application:

use Dancer::Plugin::Preprocess::Less;

Configure its settings in the YAML configuration file:

plugins:
  "Preprocess::Less":
    save: 1
    paths:
      - css
      - subdir/css

SEE ALSO

* http://lesscss.org/ - Less website

* CSS::LESSp

ACKNOWLEDGEMENTS

The plugin uses Ivan Drinchev's CSS::LESSp module.

SUPPORT

Bugs / Feature Requests

Please report any bugs or feature requests through the issue tracker at https://github.com/odyniec/p5-Dancer-Plugin-Preprocess-Less/issues. You will be notified automatically of any progress on your issue.

Source Code

This is open source software. The code repository is available for public review and contribution under the terms of the license.

https://github.com/odyniec/p5-Dancer-Plugin-Preprocess-Less

git clone https://github.com/odyniec/p5-Dancer-Plugin-Preprocess-Less.git

AUTHOR

Michal Wojciechowski <odyniec@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Michal Wojciechowski.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.