From ce3e1895ef627fe945a30f78bdbc987d5ca04692 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 29 Nov 2013 18:55:36 +0000 Subject: [PATCH] Include Handlebars in wkws-complete.js --- tools/htdocs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index d56f697..49944da 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -44,6 +44,7 @@ mkws-js ${MKWS_JS}: mkws.js handlebars-v1.1.2.js ( echo "/* created at: $$(date)"; \ echo " mkws.js GIT id: $$(git log mkws.js | head -n 1 | perl -npe 's,\S+\s+,,') */"; \ curl -sSf ${JQUERY_URL} | perl -npe 's,sourceMappingURL=jquery.*map,,'; \ + cat handlebars-v1.1.2.js; \ cat ${PZ2API_JS} mkws.js ) > ${MKWS_JS}.new mv -f ${MKWS_JS}.new ${MKWS_JS} -- 1.7.10.4