From 03e5aceb9867d49e63d35f18802ed83a22a9e988 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 10 Sep 2014 01:26:31 +0200 Subject: require min runtime --- templates/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.php b/templates/index.php index 14a41f32d..259e9f3b4 100644 --- a/templates/index.php +++ b/templates/index.php @@ -6,7 +6,7 @@ script('news', [ 'vendor/angular-sanitize/angular-sanitize.min', 'vendor/angular-animate/angular-animate.min', 'vendor/momentjs/min/moment-with-locales.min', - 'build/app.min', + 'build/app', ]); style('news', [ -- cgit v1.2.3