From 92b9f8bccba80229fc2a2cf5390b31ce8bfed680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Sun, 15 Oct 2017 19:47:54 +0200 Subject: [PATCH] Adjust makefile --- Makefile | 47 ++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 38 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index be9e7b10..a475a210 100644 --- a/Makefile +++ b/Makefile @@ -152,15 +152,19 @@ appstore: --exclude=/Makefile \ --exclude=/phpunit.xml \ --exclude=/README.md \ + --exclude=/CHANGELOG.md \ --exclude=/build \ - --exclude=/img/source \ + --exclude=/css/src \ + --exclude=/img/src \ --exclude=/js/.bowerrc \ --exclude=/js/README.md \ --exclude=/js/.jshintrc \ + --exclude=/js/.stylelintrc \ --exclude=/js/bower.json \ - --exclude=/js/Gruntfile.js \ + --exclude=/js/gulpfile.js \ --exclude=/js/package.json \ --exclude=/js/README.mkdir \ + --exclude=/js/yarn.lock \ --exclude=/js/app \ --exclude=/js/config \ --exclude=/js/node_modules \ @@ -174,17 +178,26 @@ appstore: --exclude=/js/vendor/**/*.map \ --exclude=/js/vendor/angular-mocks \ --exclude=/js/vendor/angular/angular.js \ + --exclude=/js/vendor/angular/angular.min.js.gzip \ + --exclude=/js/vendor/angular/angular-csp.css \ + --exclude=/js/vendor/angular/index.js \ --exclude=/js/vendor/angular-animate/angular-animate.js \ - --exclude=/js/vendor/angular-draganddrop/angular-drag-and-drop-lists.js \ + --exclude=/js/vendor/angular-animate/index.js \ + --exclude=/js/vendor/angular-drag-and-drop-lists/angular-drag-and-drop-lists.js \ + --exclude=/js/vendor/angular-drag-and-drop-lists/demo \ + --exclude=/js/vendor/angular-drag-and-drop-lists/test \ + --exclude=/js/vendor/angular-drag-and-drop-lists/LICENSE \ --exclude=/js/vendor/angular-route/angular-route.js \ + --exclude=/js/vendor/angular-route/index.js \ --exclude=/js/vendor/angular-sanitize/angular-sanitize.js \ + --exclude=/js/vendor/angular-sanitize/index.js \ --exclude=/js/vendor/angular-ui-select/dist/select.js \ --exclude=/js/vendor/angular-ui-select/dist/select.css \ --exclude=/js/vendor/angular-ui-select/docs \ --exclude=/js/vendor/angular-ui-select/composer.json \ --exclude=/js/vendor/angular-ui-select/deploy-docs.sh \ - --exclude=/js/vendor/jstzdetect/jstz.js \ --exclude=/js/vendor/ical.js/build/benchmark \ + --exclude=/js/vendor/ical.js/build/ical.js \ --exclude=/js/vendor/ical.js/lib \ --exclude=/js/vendor/ical.js/samples \ --exclude=/js/vendor/ical.js/sandbox \ @@ -192,11 +205,27 @@ appstore: --exclude=/js/vendor/ical.js/test-agent \ --exclude=/js/vendor/ical.js/test-agent-server.js \ --exclude=/js/vendor/ical.js/test-agent-coverage.json \ - --exclude=/js/vendor/jquery-timepicker/i18n \ - --exclude=/js/vendor/jquery-timepicker/include \ - --exclude=/js/vendor/jquery-timepicker/legacy_1.2.6 \ - --exclude=/js/vendor/jquery-timepicker/tests \ - --exclude=/js/vendor/jquery-timepicker/index.html \ + --exclude=/js/vendor/jstimezonedetect/dist/jstz.js \ + --exclude=/js/vendor/jstimezonedetect/LICENCE.txt \ + --exclude=/js/vendor/ui-select/dist/select.js \ + --exclude=/js/vendor/ui-select/dist/select.css \ + --exclude=/js/vendor/ui-select/docs \ + --exclude=/js/vendor/ui-select/src \ + --exclude=/js/vendor/ui-select/test \ + --exclude=/js/vendor/ui-select/composer.json \ + --exclude=/js/vendor/ui-select/deploy-docs.sh \ + --exclude=/js/vendor/ui-select/*.js \ + --exclude=/js/vendor/ui-select/LICENSE \ + --exclude=/js/vendor_legacy/jquery-timepicker/i18n \ + --exclude=/js/vendor_legacy/jquery-timepicker/include \ + --exclude=/js/vendor_legacy/jquery-timepicker/legacy_1.2.6 \ + --exclude=/js/vendor_legacy/jquery-timepicker/tests \ + --exclude=/js/vendor_legacy/jquery-timepicker/index.html \ + --exclude=/js/vendor_legacy/jquery-timepicker/jquery.ui.timepicker.css \ + --exclude=/js/vendor_legacy/jquery-timepicker/GPL-LICENSE.txt \ + --exclude=/js/vendor_legacy/jquery-timepicker/MIT-LICENSE.txt \ + --exclude=/js/vendor_legacy/jquery-timepicker/README.md \ + --exclude=/js/vendor_legacy/jquery-timepicker/timepicker.png \ --exclude=/screenshots \ --exclude=/timezones/INFO.md ifdef CAN_SIGN