diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2014-02-28 10:01:48 +0000 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-03-13 13:01:35 +0000 |
commit | cb2580600bb39c546641d4bced4a988c0df89b2e (patch) | |
tree | ddfb66c4d5734ed20b72040b6849bb67f8e0a888 /cpanfile | |
parent | d2ebd056a2bd0484959d47b763dc6918b5b35015 (diff) |
CSS watcher
Run with bin/make_css_watch
This watches the .scss files in web/cobrands/* and runs the appropriate
sass/compass commands (as per bin/make_css) on just those directories
with changed files.
As a special case, a change to the partials in web/cobrands/sass will
cause a rebuild of all cobrands.
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -93,6 +93,11 @@ feature 'uk', 'FixMyStreet.com specific requirements' => sub { # requires 'SOAP::Lite'; #}; +# Modules used by css watcher +requires 'File::ChangeNotify'; +requires 'Path::Tiny'; +requires 'File::Find::Rule'; + # Modules used by the test suite requires 'CGI::Simple'; requires 'HTTP::Headers'; |