summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-09-09 15:57:10 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-09-09 15:57:18 +0200
commit2824b43b7332e847810f042c4183ce95ee90e852 (patch)
tree9a10f31c8acbf01d72336d3d065f8c8fda4b83c5 /templates
parentf0abeddd07fcf21e30c95d58885416ef40d65391 (diff)
use bower for managing deps
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/templates/main.php b/templates/main.php
index ecfaa9515..e0722a91d 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -1,17 +1,14 @@
<?php
+\OCP\Util::addScript('news', 'vendor/angular/angular');
+\OCP\Util::addScript('news', 'vendor/angular-ui/build/angular-ui');
\OCP\Util::addScript('news', 'vendor/momentjs/moment');
-\OCP\Util::addScript('news', 'vendor/momentjs/langs');
-
+\OCP\Util::addScript('news', 'vendor/momentjs/min/langs');
\OCP\Util::addScript('appframework', 'vendor/bootstrap/tooltip');
-\OCP\Util::addScript('appframework', 'vendor/angular/angular');
\OCP\Util::addScript('appframework', 'public/app');
-
-\OCP\Util::addScript('news', 'vendor/angular-ui/angular-ui');
-
\OCP\Util::addScript('news', 'public/app');
-\OCP\Util::addStyle('appframework', 'bootstrap/tooltip');
+\OCP\Util::addStyle('appframework', 'bootstrap/tooltip');
\OCP\Util::addStyle('news', 'addnew');
\OCP\Util::addStyle('news', 'feeds');
\OCP\Util::addStyle('news', 'items');