From 13e6e80281a0c7ddc980006ae39ae3bae4cb03d1 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 11 Feb 2016 22:36:29 +0100 Subject: migrate js build system to gulp --- templates/index.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.php b/templates/index.php index 1958428a5..d6c713aaa 100644 --- a/templates/index.php +++ b/templates/index.php @@ -13,7 +13,16 @@ script('news', [ 'build/app.min', ]); -style('news', 'news.min'); +style('news', [ + 'app', + 'content', + 'custom', + 'explore', + 'mobile', + 'navigation', + 'settings', + 'shortcuts' +]); // load plugin scripts and styles foreach (Plugin::getStyles() as $appName => $fileName) { -- cgit v1.2.3