jam-cloud/jam-ui/node_modules/component-xor/Makefile

15 lines
206 B
Makefile

build: components index.js
@component build --dev
components: component.json
@component install --dev
clean:
rm -fr build components template.js
test:
@./node_modules/.bin/mocha
.PHONY: clean test