Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-12 00:36:29 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-12 00:36:29 +0300
commit13e6e80281a0c7ddc980006ae39ae3bae4cb03d1 (patch)
tree767d7556cb419ab48bbb75e2563eeb1623ebd225 /templates
parentc191ea52765c2515560eee01c62c61485b1ff6af (diff)
migrate js build system to gulp
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php11
1 files changed, 10 insertions, 1 deletions
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) {