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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2017-09-02 20:30:37 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2017-09-09 19:12:56 +0300
commit493dd230c784ecbbee9655a14963f8c0e6a569de (patch)
tree0f3ecf63d813e5405e308a03a30fa1e7e8bfd927 /templates
parent878357ff7c6731b221e6e8cc809ebe400f48e0a1 (diff)
Use Gulp instead of Grunt, minify js files
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index a5565143..f38ce8ea 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -6,7 +6,7 @@
script('tasks', 'vendor/angular-draganddrop/angular-drag-and-drop-lists.min');
script('tasks', 'vendor/angular-ui-select/dist/select.min');
script('tasks', 'vendor/jstzdetect/jstz.min');
- script('tasks', 'public/app');
+ script('tasks', 'public/app.min');
script('tasks', 'vendor/jquery-timepicker/jquery.ui.timepicker');
script('tasks', 'vendor/ical.js/build/ical');
style('tasks', 'style');