summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-10-18 13:04:45 +0200
committerJoas Schilling <coding@schilljs.com>2019-10-18 13:14:11 +0200
commitb4e237d1579ee1d012eeb6b84f448e60dea66027 (patch)
treeb50dcaa67fdc85ab5d14ad92a394d5c9501de9d3 /Makefile
parentb559bcc479ef7bb0fd101d1fb0b056366b7dce77 (diff)
Remove handlebar code
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index f6577547e..295633cee 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ all: dev-setup build-js-production
dev-setup: clean-dev npm-init
-dependabot: dev-setup npm-update build-js-production compile-handlebars-templates bundle-simplewebrtc
+dependabot: dev-setup npm-update build-js-production bundle-simplewebrtc
release: appstore create-tag
@@ -47,9 +47,6 @@ clean:
clean-dev: clean
rm -rf node_modules
-compile-handlebars-templates:
- bash compile-handlebars-templates.sh
-
bundle-simplewebrtc:
# webrtc-adapter uses JavaScript features not supported by browserify,
# so the sources need to be transformed using babel to a compatible
@@ -70,8 +67,6 @@ appstore:
--exclude=bower.json \
--exclude=.bowerrc \
--exclude=/build \
- --exclude=check-handlebars-templates.sh \
- --exclude=compile-handlebars-templates.sh \
--exclude=docs \
--exclude=.drone.yml \
--exclude=.eslintignore \
@@ -82,7 +77,6 @@ appstore:
--exclude=.gitignore \
--exclude=.jscsrc \
--exclude=.jshintignore \
- --exclude=js/views/templates \
--exclude=js/**.js.map \
--include=js/simplewebrtc/bundled.js \
--exclude=js/simplewebrtc/*.js \