aboutsummaryrefslogtreecommitdiffstats
path: root/bin/make_css_watch
diff options
context:
space:
mode:
Diffstat (limited to 'bin/make_css_watch')
-rwxr-xr-xbin/make_css_watch9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/make_css_watch b/bin/make_css_watch
index 63a27a35e..2ae287429 100755
--- a/bin/make_css_watch
+++ b/bin/make_css_watch
@@ -1,7 +1,16 @@
#!/usr/bin/env perl
+
use strict;
use warnings;
use feature 'say';
+
+BEGIN {
+ use File::Basename qw(dirname);
+ use File::Spec;
+ my $d = dirname(File::Spec->rel2abs($0));
+ require "$d/../setenv.pl";
+}
+
use Cwd qw(abs_path);
use File::ChangeNotify;
use File::Find::Rule;