Conduitry
Conduitry
This also does not update `class:` directives to use braces around their argument, if that is something we settled on.
Just pulled and built and re-ran and it looks like no, it does not complain about conflicting data and methods yet.
I think filling in a license or filling in a repository URL so that users aren't faced with those warnings and aren't automatically reminded that they should fill in their...
There was a stalled conversation about that in #78. The intent was that this is licensed very permissively, but to encourage people to switch to their own license as appropriate...
You could try [this plugin](https://github.com/phamann/rollup-plugin-hash), which I have not tested. You'd also need some way to know what the filename is when generating the `` tag in index.html.
Disabling prod sourcemaps by default for the sake of this warning seems wrong. Regardless of whether we want to have them by default, if someone reenabled them, they'd be again...
Right, it'll bundle, but if TS sourcemaps are disabled, do the final sourcemaps only point back to the JS versions of everything? That seems like the real issue that should...
I'm concerned now though about people having a stray useless `degit.json` file if they clone this repo in another way (or if they use GitHub's 'repo template' feature).
The purpose of the absolute paths is to support single-page apps, where the js/css files won't necessarily be in the current directory as the browser understands it. We could maybe...
Ideally, we'd have a template that doesn't force the use of `degit` to clone it properly. We'd also like to be able to let people download the zip of a...