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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-07-28 18:45:15 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2015-07-29 16:46:37 +0300
commite58384be9f8bdbd30c935d16734006deb4f3f6c6 (patch)
treeee7ec08275fcacae893c8476806cd0eed3605ce2 /templates/main.php
parent639a19fa571966ea5d20e89190fcf507c3376a29 (diff)
first gulp build
fix tests and more gulp work add new line adjust travis yml for build fix build generate source map fix phpunit tests echoing twice remove unused vendor libs update globals in jshint rc remove unused directory add prism from bower swap out prism in template fix config
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 1bbb8273..b84ab00a 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -15,7 +15,7 @@ script('notes', [
'vendor/angular-route/angular-route',
'vendor/restangular/dist/restangular',
'vendor/underscore/underscore',
- 'vendor/prism-all',
+ 'vendor/prism/prism',
'vendor/mdedit',
'public/app.min'
]);