summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-20 17:24:58 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-20 17:24:58 +0200
commit622fe9e7fcfc81b9b213f85d2b103d9a28d1a51b (patch)
tree0de042035b308d2f9971fe165c7b01d84a610318
parent7a2aad550137ab5ea9d401b059b2a2069ed0801b (diff)
reenable minification
-rw-r--r--templates/index.php2
1 files changed, 1 insertions, 1 deletions
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',
]);
?>