From 496d184fac6f2775210fce2db5339a48920477c9 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 27 Feb 2016 16:33:22 +0100 Subject: update makefile build for appstore --- Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77fa02b07..9b4f045df 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ appstore_dir=$(build_dir)/appstore source_dir=$(build_dir)/source package_name=$(app_name) -all: dist +all: appstore clean: rm -rf $(build_dir) @@ -33,7 +33,8 @@ appstore: clean --exclude=$(project_dir)/js/node_modules \ --exclude=$(project_dir)/js/.bowerrc \ --exclude=$(project_dir)/js/.jshintrc \ - --exclude=$(project_dir)/js/Gruntfile.js \ + --exclude=$(project_dir)/js/.jshintignore \ + --exclude=$(project_dir)/js/gulpfile.js \ --exclude=$(project_dir)/js/*.json \ --exclude=$(project_dir)/js/*.conf.js \ --exclude=$(project_dir)/js/*.log \ @@ -45,14 +46,15 @@ appstore: clean --exclude=$(project_dir)/js/directive \ --exclude=$(project_dir)/js/filter \ --exclude=$(project_dir)/js/gui \ + --exclude=$(project_dir)/js/plugin \ --exclude=$(project_dir)/js/service \ --exclude=$(project_dir)/js/tests \ --exclude=$(project_dir)/js/vendor/jquery \ --exclude=$(project_dir)/js/vendor/angular-mocks \ - --exclude=$(project_dir)/.idea \ - --exclude=$(project_dir)/.travis.yml \ - --exclude=$(project_dir)/.scrutinizer.yml \ + --exclude=$(project_dir)/\.* \ --exclude=$(project_dir)/phpunit*xml \ + --exclude=$(project_dir)/composer* \ + --exclude=$(project_dir)/issue_template.md \ --exclude=$(project_dir)/Makefile \ --exclude=$(project_dir)/tests \ --exclude=$(project_dir)/vendor/ezyang/htmlpurifier/.gitattributes \ -- cgit v1.2.3