NAME
CSS::Watcher - class, id completion for ac-html.
SYNOPSIS
use
CSS::Watcher;
my
$cw
= CSS::Watcher->new ();
my
(
$project_dir
,
$ac_html_stuff_dir
) =
$cw
->get_html_stuff (
'~/work/css/'
);
if
(!
defined
$ac_html_stuff_dir
) {
"oops, there no css files "
}
DESCRIPTION
Watch for changes in css less files, parse them and populate ac-html completion. Supported imports in less, reparse if imported file changed.
AUTHOR
Olexandr Sydorchuk (olexandr.syd@gmail.com)
COPYRIGHT AND LICENSE
Copyright (C) 2014 by Olexandr Sydorchuk
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.
BUGS
None reported... yet.