summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-27 16:33:22 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-27 16:33:22 +0100
commit496d184fac6f2775210fce2db5339a48920477c9 (patch)
tree2ff55bd95b8c90e9e93b6c224b27cf6c4a38b66b /Makefile
parentc41c93d28c7e69c15d98c64129a000e153b282ff (diff)
update makefile build for appstore
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 7 insertions, 5 deletions
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 \