Re: [whatwg/encoding] Meta: Review Draft infrastructure (#145)

Hmm, I cannot get
```make
deploy: encoding.bs
 export CHECKER_FILTER="Text run is not in Unicode Normalization Form C\.|.*appears to be written in.*|.*Charmod C073.*"
 export EXTRA_FILES="*.txt *.json *.css"
 export POST_BUILD_STEP='python visualize.py "$DIR/"'
 curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh && bash ./deploy.sh
```
to work. Also when I omit `export `.

It also does not work for Console for me locally. Perhaps that's just a bug in `make` on macOS?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/pull/145#issuecomment-392769894

Received on Tuesday, 29 May 2018 13:11:00 UTC