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

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2017-02-02 18:53:11 +0300
committerGeorg Ehrke <developer@georgehrke.com>2017-02-02 18:53:11 +0300
commit49af707dcb26d10e2938e91916dfbfb84975ed63 (patch)
tree225d3c22b47b6877bbc54a91edc764abdbe7d57a /Makefile
parentcff96a3427936f69201c6d11f10ea5d63a95a8b5 (diff)
adjust makefile
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile22
1 files changed, 10 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index c4ba5382..79af4b4e 100644
--- a/Makefile
+++ b/Makefile
@@ -142,20 +142,18 @@ appstore:
"l10n" \
"templates" \
"timezones" \
+ "css/public/app.css" \
"css/public/app.min.css" \
+ "css/public/app.min.css.map" \
+ "css/public/vendor.css" \
+ "css/public/vendor.min.css" \
+ "css/public/vendor.min.css.map" \
+ "js/public/app.js" \
"js/public/app.min.js" \
- "js/vendor/fullcalendar/dist/fullcalendar.css" \
- "js/vendor/jquery-timepicker/jquery.ui.timepicker.css" \
- "js/vendor/jquery-timepicker/jquery.ui.timepicker.js" \
- "js/vendor/ical.js/build/ical.js" \
- "js/vendor/jstzdetect/jstz.js" \
- "js/vendor/angular/angular.js" \
- "js/vendor/angular-bootstrap/ui-bootstrap.js" \
- "js/vendor/angular-bootstrap/ui-bootstrap-tpls.js" \
- "js/vendor/fullcalendar/dist/fullcalendar.js" \
- "js/vendor/fullcalendar/dist/locale-all.js" \
- "js/vendor/davclient.js/lib/client.js" \
- "js/vendor/hsl_rgb_converter/converter.js" \
+ "js/public/app.min.js.map" \
+ "js/public/vendor.js" \
+ "js/public/vendor.min.js" \
+ "js/public/vendor.min.js.map" \
"js/vendor/autosize/dist/autosize.js" \
"COPYING" \
"CHANGELOG.md" \