Sha256: d176fbef54a1aa70a5638bf6d149690d3ac22caad3f88ba9e45abb9c8dd794e1
Contents?: true
Size: 335 Bytes
Versions: 1
Compression:
Stored size: 335 Bytes
Contents
.PHONY: bytes clean setup test bin = node_modules/.bin base64.min.js: base64.js @$(bin)/uglifyjs $< --compress --mangle > $@ bytes: base64.min.js @gzip --best --stdout $< | wc -c | tr -d ' ' clean: @rm -rf node_modules @git checkout -- *.min.js setup: @npm install test: @$(bin)/mocha test --compilers coffee:coffee-script
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sprockets-browserify-0.3.0 | node_modules/browserify/node_modules/http-browserify/node_modules/Base64/Makefile |