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

github.com/nextcloud/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-08-26 18:56:00 +0300
committerRobin Appelman <robin@icewind.nl>2017-08-26 18:56:00 +0300
commit89602d6949de3fe3880515183242ab306922468d (patch)
tree7ee7365a48041f46e384fa7300c49fe9a828cc89 /appinfo
parent7514c06ee927d4fd642dd647789db05d75be59d4 (diff)
use bundler for css
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index eb0ea8e..66d1e80 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -9,5 +9,6 @@ $eventDispatcher->addListener(
//load the required files
OCP\Util::addscript('files_markdown', '../build/editor');
+ OCP\Util::addStyle('files_markdown', '../build/styles');
OCP\Util::addStyle('files_markdown', 'preview');
});