Bryan Jones
Bryan Jones
Um, that question made no sense because Apple Mail threaded the GitHub email for this topic with another topic from 2014 that was completely different. Sorry about that. Yea, so...
I can expose an option to provide exclusions for the cache-buster. My absolute #1 goal with the cache-buster was to be insanely fast. As such, the algorithm does not actually...
Interesting. I had assumed that TypeScript finally got around to handling ES6 modules correctly in the browser, but it seems that is not the case, if this ancient thread is...
Yep; it’s on my list. -Bryan > On Aug 5, 2020, at 20:09, Alex Rao wrote: > > > Just curious as to if you had decided to add...
The `useBuiltIns` option is not currently exposed in the UI but I can do that for the next update.
Actually, this IS exposed in the UI. It's under Babel because the option is related to transpiling and not bundling. `false` is the default value. Have you changed that?
Well, CodeKit’s server isn’t making any changes to meta tags, html tags, etc. The server serves the file exactly as it is on disk and simply adds a script tag...
What does the compiled HTML output file look like on disk? -Bryan > On Jul 1, 2020, at 15:15, Jay Holtslander wrote: > > > It's a Pug templated...
Ah, yea. So I have a feeling that what’s happening is the script that’s supposed to assemble all that Amp stuff into an actual page is not running. That leaves...
Ok, sounds good. -Bryan > On Jul 5, 2020, at 22:26, Jay Holtslander wrote: > > > The page in my earlier gist is fully assembled from several .pug...