From 622fe9e7fcfc81b9b213f85d2b103d9a28d1a51b Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 20 Oct 2014 17:24:58 +0200 Subject: reenable minification --- templates/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.php b/templates/index.php index a2aee6a79..f4dd97b7f 100644 --- a/templates/index.php +++ b/templates/index.php @@ -12,7 +12,7 @@ script('news', [ 'vendor/angular-route/angular-route.min', 'vendor/angular-sanitize/angular-sanitize.min', 'vendor/momentjs/min/moment-with-locales.min', - 'build/app', + 'build/app.min', ]); ?> -- cgit v1.2.3