Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

squarecapadmin / blob   js

Repository URL to install this package:

Version: 0.0.4 

/ Makefile

REPORTER = dot

build: blob.js

blob.js:
	@./node_modules/.bin/browserify --standalone blob index.js > blob.js

test:
	@./node_modules/.bin/zuul -- test/index.js

clean:
	rm blob.js

.PHONY: test blob.js