UNPKG

medic-enketo-xslt

Version:

XSL stylesheets for the Enketo XForm transformation to be run client-side in a web browser

22 lines (18 loc) 436 B
ifndef BROWSERS BROWSERS = Chrome Firefox endif .PHONY: default npm test generate compare update-ref diff-browsers travis default: npm generate compare npm: npm install test: npm test generate: ./scripts/generate-browser-xml ${BROWSERS} compare: ./scripts/compare-with-reference-xml ${BROWSERS} update-ref: ./scripts/update-reference-xml diff-browsers: ./scripts/compare-generated ${BROWSERS} travis: npm test generate compare