ScottM
ScottM
It's not happening for all PDFs, but can reproduce on Win10 with latest Sumatra for this one: https://www.drivethrurpg.com/product/115059/LotFP-Rules--Magic-Free-Version Here's a direct link to the PDF: https://mega.nz/file/zkFjnZDI#qUOq4_Nom2Bv5OJdtmtLej_SAennuwbis_K5KNXeev0 (Sorry for the nerdy...
Use case: I want to re-run sw-precache every time rollup has finished building assets. Edit: Add a "pre-hook" as well, so I can run a linter beforehand (fail early).
Yeh I'm using rollup-watch (with rollup-plugin-svelte of course). Single responsibility principle?

Quick update - just did a quick tweak of JSHint.py to get the plugin to work on my box: #node = "node" if exists_in_path("node") else settings.get("node_path") node = settings.get("node_path") Seems...
I'm thinking ``` [2017-07-30T07:27:59.054Z] bundling... ```
See PR #223
@nathf does something similar (well, the reverse kinda) for the bdd test suite already: https://github.com/themacclesoft/ractive-foundation/blob/master/src/testRunner.html#L19 https://github.com/themacclesoft/ractive-foundation/blob/master/src/route.js#L13 Swapping out the `` reference with an actual component. So... could we do something...