use handlebars program from node modules checkout
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 23 Sep 2014 12:00:10 +0000 (12:00 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 23 Sep 2014 12:00:10 +0000 (12:00 +0000)
Makefile
tools/htdocs/Makefile

index ebcb40d..dcefe0d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,9 @@ phantomjs p p-all phantomjs-all jsb:
        ${MAKE} -C./test $@
 
 # must be called once after GIT checkout
-setup: all
+setup:
        ${MAKE} -C./test node-modules
+       ${MAKE} all
 
 check: setup check-js phantomjs
 
index 1f78719..db7c2a6 100644 (file)
@@ -14,6 +14,8 @@ PP2_URL = http://git.indexdata.com/?p=pazpar2.git;a=blob_plain;f=js/${PP2_FILE};
 
 JQUERY_UI_URL =        http://code.jquery.com/ui/1.10.3/jquery-ui.js
 VERSION = $(shell tr -d '\012' < ${SRC}/VERSION)
+#HANDLEBARS=handlebars 
+HANDLEBARS=../../test/node_modules/.bin/handlebars 
 
 COMPONENTS = ${SRC}/mkws-handlebars.js \
        ${SRC}/mkws-core.js \
@@ -97,7 +99,7 @@ mkws.js: mkws-templates.js $(COMPONENTS) Makefile
        chmod 444 $@
 
 mkws-templates.js:
-       handlebars -n mkws.defaultTemplates ${SRC}/*.templates/*.handlebars -f ${SRC}/mkws-templates.js
+       ${HANDLEBARS} -n mkws.defaultTemplates ${SRC}/*.templates/*.handlebars -f ${SRC}/mkws-templates.js
 
 mkws-html-includes: 
        echo $(COMPONENTS) | perl -npe "s,${SRC},,g; s/\s+/\0/g" | \