Skip to content

Commit

Permalink
Clean tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasdelellis committed Nov 3, 2019
1 parent c9fbd9b commit 7cc0288
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ depsmin:
mkdir -p vendor
rm -rf vendor/*
npm i
cp node_modules/handlebars/dist/handlebars.min.js vendor/
cp node_modules/isotope-layout/dist/isotope.pkgd.min.js vendor/
cp node_modules/medium-editor/dist/js/medium-editor.min.js vendor/
cp node_modules/medium-editor/dist/css/medium-editor.min.css vendor/
cp node_modules/medium-editor/dist/css/themes/beagle.min.css vendor/
cp node_modules/medium-editor-autolist/dist/autolist.min.js vendor/
cp node_modules/handlebars/dist/handlebars.min.js vendor/handlebars.js
cp node_modules/isotope-layout/dist/isotope.pkgd.min.js vendor/isotope.pkgd.js
cp node_modules/medium-editor/dist/js/medium-editor.min.js vendor/medium-editor.js
cp node_modules/medium-editor/dist/css/medium-editor.min.css vendor/medium-editor.css
cp node_modules/medium-editor/dist/css/themes/beagle.min.css vendor/beagle.css
cp node_modules/medium-editor-autolist/dist/autolist.min.js vendor/autolist.js

js-templates:
node_modules/handlebars/bin/handlebars js/templates -f js/templates.js
Expand Down Expand Up @@ -103,6 +103,8 @@ appstore: distclean depsmin
--exclude=composer.json \
--exclude=composer.lock \
--exclude=composer.phar \
--exclude=package.json \
--exclude=package-lock.json \
--exclude=.tx \
--exclude=l10n/no-php \
--exclude=Makefile \
Expand All @@ -111,12 +113,15 @@ appstore: distclean depsmin
--exclude=phpunit*xml \
--exclude=tests \
--exclude=vendor/bin \
--exclude=node_modules \
--exclude=js/node_modules \
--exclude=js/tests \
--exclude=js/karma.conf.js \
--exclude=js/gulpfile.js \
--exclude=js/bower.json \
--exclude=js/package.json \
--exclude=translationfiles \
--exclude=translationtool.phar \
$(project_dir) $(sign_dir)
@echo "Signing…"
php ../../occ integrity:sign-app \
Expand Down

0 comments on commit 7cc0288

Please sign in to comment.