From bcb9ca95518126131a16fcde894fc8765e7ab010 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 21 Jan 2016 22:35:24 +0100 Subject: more explore --- templates/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/index.php') diff --git a/templates/index.php b/templates/index.php index 7d9d69297..1958428a5 100644 --- a/templates/index.php +++ b/templates/index.php @@ -9,7 +9,8 @@ script('news', [ 'vendor/angular-route/angular-route.min', 'vendor/angular-sanitize/angular-sanitize.min', 'vendor/momentjs/min/moment-with-locales.min', - 'build/app.min' + 'vendor/masonry/dist/masonry.pkgd.min', + 'build/app.min', ]); style('news', 'news.min'); -- cgit v1.2.3