diff --git a/Makefile b/Makefile index 02240f4..6972d9f 100644 --- a/Makefile +++ b/Makefile @@ -44,9 +44,6 @@ clean: .PHONY: distclean distclean: clean rm -rf vendor - rm -rf node_modules - rm -rf js/vendor - rm -rf js/node_modules # Builds the source and appstore package .PHONY: dist @@ -62,10 +59,7 @@ source: tar -C .. -cvzf $(source_package_name).tar.gz \ --exclude-vcs \ --exclude="$(app_name)/build" \ - --exclude="$(app_name)/js/node_modules" \ - --exclude="$(app_name)/node_modules" \ --exclude="$(app_name)/*.log" \ - --exclude="$(app_name)/js/*.log" \ $(app_name) # Builds the source package for the app store, ignores php tests, js tests