GANReviewTool: TemplateFinder#269
Conversation
NovemLinguae
left a comment
There was a problem hiding this comment.
So sorry for the delay in reviewing this. Very nice job. Yes, smaller PRs are easier for me to review, thank you for that.
Added a comment to clarify the parser's configuration.
|
I was about to merge this, then I realized I had no way to deploy it since this patch introduces this script's first non-dev dependency, wikiparser-template. The deploy script publish.php will need to be modified to download wikiparser-template's combined code, then add it in with the rest of the GANReviewTool code. |
|
If it's easier to rewrite the deploy script from scratch in Node (so that you can use libraries like concat), rather than update publish.php, that's fine. We can tie the node script to I'd be OK with wikiparser-template being transpiled/minified. I'd like to keep the other files un-minified though for easier debugging. |
I don't understand how PHP works, so I just add a |
|
I have updated publish.php to make the deployment more straightforward. After changing |
|
Tested, works. Thanks for your patience throughout this process! I may replace publish.php with something in Node in a future patch. Would be nice to write a |
Hi! Will it be better if I split my PR (#260) into multiple smaller ones like this?