From 52aed0be2cd8e723207a340aecec0c3695d6762b Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 6 Oct 2014 13:31:40 +0200 Subject: use minified js --- 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 929f25d13..7c0aaac94 100644 --- a/templates/index.php +++ b/templates/index.php @@ -10,7 +10,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', ]); style('news', [ -- cgit v1.2.3