We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7fb15 commit 9b953bdCopy full SHA for 9b953bd
Makefile
@@ -14,6 +14,9 @@ test:
14
src/start.js: package.json bin/start
15
bin/start > $@
16
17
+d3.zip: LICENSE d3.js d3.min.js
18
+ zip $@ $^
19
+
20
d3.js: $(shell node_modules/.bin/smash --ignore-missing --list src/d3.js) package.json
21
@rm -f $@
22
node_modules/.bin/smash src/d3.js | node_modules/.bin/uglifyjs - -b indent-level=2 -o $@
0 commit comments