nobr:
	./node_modules/.bin/browserify nobr.js -x backbone -x underscore -x d3 > standalone/livechart.js
	# ./node_modules/.bin/browserify nobr.js -x backbone -x underscore -x d3
	node ./standalone/wrapStandalone.js
	uglifyjs standalone/livechart.js -o standalone/livechart.min.js
example:
	# example running at http://localhost:8528/examples/1/example.html
	beefy examples/1/start.js:bundle.js 8528 -- -t ktbr --debug
test:
	# requires internet connection for CDN-served jQuery
	./node_modules/.bin/browserify test/suite.js > test/suite.bundle.js
	./node_modules/.bin/mocha-phantomjs test/runner-cli.html
	rm test/suite.bundle.js
.PHONY: test
