From a90fc634742cd0ce748dd7c65a73e347ba3d9ab5 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 19 Apr 2015 22:43:40 +0300 Subject: [PATCH] Change js mtime test --- make_static.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_static.PL b/make_static.PL index 0c43960..3374f5c 100644 --- a/make_static.PL +++ b/make_static.PL @@ -71,7 +71,7 @@ for (, ) { } } -my $js_mtime = -M 'static/js.js' // 0; +my $js_mtime = -M 'static/js/all.js' // 0; for () { if (!$js_mtime || $js_mtime > -M) { make_js; -- 2.30.2