Sha256: 5d94030a058c6bafafef7a78280a555df015e43c229df84832a28e1a7bc1165e
Contents?: true
Size: 497 Bytes
Versions: 3
Compression:
Stored size: 497 Bytes
Contents
all: \ d3.geo.projection.js \ d3.geo.projection.min.js d3.geo.projection.js: $(shell node_modules/.bin/smash --list geo/projection/index.js) @rm -f $@ node_modules/.bin/smash geo/projection/index.js | node_modules/.bin/uglifyjs - -b indent-level=2 -o $@ @chmod a-w $@ d3.geo.projection.min.js: d3.geo.projection.js @rm -f $@ node_modules/.bin/uglifyjs $< -c -m -o $@ test: all @node_modules/.bin/vows $(shell find . -name "*-test.js" \! -path "./node_modules/*") clean: rm -f d3.*.js
Version data entries
3 entries across 3 versions & 1 rubygems