There was an error while loading. Please reload this page.
1 parent 2dc9043 commit 7add111Copy full SHA for 7add111
1 file changed
Makefile
@@ -21,7 +21,7 @@ src/format/format-localized.js: src/locale.js src/format/format-locale.js
21
src/time/format-localized.js: src/locale.js src/time/format-locale.js
22
LC_TIME=$(LOCALE) locale -ck LC_TIME | node src/locale.js src/time/format-locale.js > $@
23
24
-d3.js: $(shell node_modules/.bin/smash --list src/d3.js)
+d3.js: $(shell node_modules/.bin/smash --list src/d3.js) package.json
25
@rm -f $@
26
node_modules/.bin/smash src/d3.js \
27
| sed 's/[[:<:]]VERSION[[:>:]]/"$(shell ./version)"/' \
@@ -32,7 +32,7 @@ d3.min.js: d3.js
32
33
node_modules/.bin/uglifyjs $< -c -m -o $@
34
35
-component.json: src/component.js d3.js
+component.json: src/component.js d3.js package.json
36
37
node src/component.js > $@
38
@chmod a-w $@
0 commit comments