- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 29 May 2018 13:16:19 +0000 (UTC)
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 29 May 2018 13:16:49 UTC
Hmm, I'm not a Make expert, although https://stackoverflow.com/q/23843106 has a number of interesting things... I was just going to do this though (note the line-ending `\`s): ```makefile deploy: encoding.bs curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh CHECKER_FILTER="Text run is not in Unicode Normalization Form C\.|.*appears to be written in.*|.*Charmod C073.*" \ EXTRA_FILES="*.txt *.json *.css" \ POST_BUILD_STEP='python visualize.py "$DIR/"' \ bash ./deploy.sh ``` -- 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-392771719
Received on Tuesday, 29 May 2018 13:16:49 UTC