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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-05-16 15:48:52 +0300
committerJoas Schilling <coding@schilljs.com>2019-05-16 15:52:44 +0300
commit3a3d2e15a2f3fcbe92148b9e73e46a9533053798 (patch)
tree35e53e478ba71a8c2ea8574b31bae9f1012ce13d /Makefile
parent9388857676faa8f135953502a09f3bb258181703 (diff)
Remove development files from package
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 612707485..5b574932e 100644
--- a/Makefile
+++ b/Makefile
@@ -92,12 +92,16 @@ appstore:
--exclude=.jscsrc \
--exclude=.jshintignore \
--exclude=js/views/templates \
+ --exclude=js/**.js.map \
+ --include=js/simplewebrtc/bundled.js \
+ --exclude=js/simplewebrtc/*.js \
--exclude=js/tests \
--exclude=l10n/no-php \
- --exclude=.tx \
+ --exclude=.l10nignore \
--exclude=Makefile \
--exclude=node_modules \
--exclude=package.json \
+ --exclude=package-lock.json \
--exclude=phpunit*xml \
--exclude=README.md \
--exclude=run-*lint.sh \
@@ -105,6 +109,8 @@ appstore:
--exclude=.stylelintrc \
--exclude=tests \
--exclude=.travis.yml \
+ --exclude=.tx \
+ --exclude=vue \
$(project_dir)/ $(sign_dir)/$(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \
echo "Signing app files…"; \