Re: [heycam/webidl] Meta: use Makefile from deploy.sh (#850)

annevk commented on this pull request.



> @@ -28,6 +29,11 @@ else
   exit 22 \
  );
 endif
+ifdef node_installed
+ node ./check-grammar.js index.html
+else
+ @echo You need node for grammer checking.

That's a good point, not sure. Perhaps it's easier to continue to duplicate...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/850#discussion_r390905823

Received on Wednesday, 11 March 2020 11:26:53 UTC