UNPKG

@danielkalen/simplybind

Version:

Magically simple, framework-less one-way/two-way data binding for frontend/backend in ~5kb.

17 lines (11 loc) 216 B
TESTS = test/*.js REPORTER = spec all: clean @node support/compile.js clean: @rm -f chai-spies.js test: @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter $(REPORTER) \ $(TESTS) .PHONY: all clean test