diff --git a/Makefile b/Makefile index 3edb7e4..ada504f 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,7 @@ source: --exclude="../$(app_name)/js/node_modules" \ --exclude="../$(app_name)/node_modules" \ --exclude="../$(app_name)/*.log" \ - --exclude="../$(app_name)/js/*.log" + --exclude="../$(app_name)/js/*.log" \ # Builds the source package for the app store, ignores php and js tests .PHONY: appstore @@ -149,7 +149,7 @@ appstore: --exclude="../$(app_name)/karma.*" \ --exclude="../$(app_name)/protractor\.*" \ --exclude="../$(app_name)/.*" \ - --exclude="../$(app_name)/js/.*" + --exclude="../$(app_name)/js/.*" \ .PHONY: test test: composer diff --git a/build/artifacts/appstore/.DS_Store b/build/artifacts/appstore/.DS_Store new file mode 100644 index 0000000..20ed9b1 Binary files /dev/null and b/build/artifacts/appstore/.DS_Store differ diff --git a/build/artifacts/appstore/occweb.tar.gz b/build/artifacts/appstore/occweb.tar.gz index b1b0d5a..cc327d3 100644 Binary files a/build/artifacts/appstore/occweb.tar.gz and b/build/artifacts/appstore/occweb.tar.gz differ diff --git a/build/artifacts/source/occweb.tar.gz b/build/artifacts/source/occweb.tar.gz index 3765806..d1d383e 100644 Binary files a/build/artifacts/source/occweb.tar.gz and b/build/artifacts/source/occweb.tar.gz differ