summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-11-28 12:37:40 +0100
committerJoas Schilling <coding@schilljs.com>2018-11-28 12:48:51 +0100
commit6cd02c8ede86ef2dc12dca7077c880ff7e56d05b (patch)
treef20b45f34dd2f0125089ec5253035635656f42fe
parent87297dea17b77881386129abdb00e8253c4e0f91 (diff)
Remove the compile files from the package
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index da5e92638..1b769fcd5 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,8 @@ appstore: clean install-deps
--exclude=bower.json \
--exclude=.bowerrc \
--exclude=/build \
+ --exclude=check-handlebars-templates.sh \
+ --exclude=compile-handlebars-templates.sh \
--exclude=docs \
--exclude=.drone.yml \
--exclude=.eslintignore \
@@ -52,6 +54,7 @@ appstore: clean install-deps
--exclude=.gitignore \
--exclude=.jscsrc \
--exclude=.jshintignore \
+ --exclude=js/views/templates \
--exclude=js/tests \
--exclude=karma.conf.js \
--exclude=l10n/no-php \