Skip to content

Commit 2066160

Browse files
committed
fixed build
1 parent 4b4812c commit 2066160

File tree

1,372 files changed

+64
-117299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,372 files changed

+64
-117299
lines changed

Makefile

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -128,28 +128,32 @@ source:
128128
appstore:
129129
rm -rf $(appstore_build_directory)
130130
mkdir -p $(appstore_build_directory)
131-
tar cvzf $(appstore_package_name).tar.gz ../$(app_name) \
131+
echo $(app_name)
132+
pwd
133+
tar \
132134
--exclude-vcs \
133-
--exclude="../$(app_name)/build" \
134-
--exclude="../$(app_name)/tests" \
135-
--exclude="../$(app_name)/Makefile" \
136-
--exclude="../$(app_name)/*.log" \
137-
--exclude="../$(app_name)/phpunit*xml" \
138-
--exclude="../$(app_name)/composer.*" \
139-
--exclude="../$(app_name)/js/node_modules" \
140-
--exclude="../$(app_name)/js/tests" \
141-
--exclude="../$(app_name)/js/test" \
142-
--exclude="../$(app_name)/js/*.log" \
143-
--exclude="../$(app_name)/js/package.json" \
144-
--exclude="../$(app_name)/js/bower.json" \
145-
--exclude="../$(app_name)/js/karma.*" \
146-
--exclude="../$(app_name)/js/protractor.*" \
147-
--exclude="../$(app_name)/package.json" \
148-
--exclude="../$(app_name)/bower.json" \
149-
--exclude="../$(app_name)/karma.*" \
150-
--exclude="../$(app_name)/protractor\.*" \
151-
--exclude="../$(app_name)/.*" \
152-
--exclude="../$(app_name)/js/.*" \
135+
--exclude="$(app_name)/build" \
136+
--exclude="$(app_name)/tests" \
137+
--exclude="$(app_name)/Makefile" \
138+
--exclude="$(app_name)/*.log" \
139+
--exclude="$(app_name)/phpunit*xml" \
140+
--exclude="$(app_name)/composer.*" \
141+
--exclude="$(app_name)/js/node_modules" \
142+
--exclude="$(app_name)/js/tests" \
143+
--exclude="$(app_name)/js/test" \
144+
--exclude="$(app_name)/js/*.log" \
145+
--exclude="$(app_name)/js/package.json" \
146+
--exclude="$(app_name)/js/bower.json" \
147+
--exclude="$(app_name)/js/karma.*" \
148+
--exclude="$(app_name)/js/protractor.*" \
149+
--exclude="$(app_name)/package.json" \
150+
--exclude="$(app_name)/bower.json" \
151+
--exclude="$(app_name)/karma.*" \
152+
--exclude="$(app_name)/protractor\.*" \
153+
--exclude="$(app_name)/.*" \
154+
--exclude="$(app_name)/.git" \
155+
--exclude="$(app_name)/js/.*" \
156+
-cvzf $(appstore_package_name).tar.gz ../$(app_name)
153157

154158
.PHONY: test
155159
test: composer

composer.lock

Lines changed: 39 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/autoload.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

vendor/bin/phpunit

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)