aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorHakim Cassimally <hakim@mysociety.org>2014-02-28 10:01:48 +0000
committerHakim Cassimally <hakim@mysociety.org>2014-03-13 13:01:35 +0000
commitcb2580600bb39c546641d4bced4a988c0df89b2e (patch)
treeddfb66c4d5734ed20b72040b6849bb67f8e0a888 /cpanfile
parentd2ebd056a2bd0484959d47b763dc6918b5b35015 (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--cpanfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index e5f71cdbe..995c7ccf2 100644
--- a/cpanfile
+++ b/cpanfile
@@ -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';