all: js

js:
	r.js -o build.embed.js
	r.js -o build.count.js

init:
	bower install almond q requirejs requirejs-domready requirejs-text
