all:
	node_modules/.bin/browserify \
		client.js \
		-o static/bundle.js \
		--debug
