Bryan Jones
Bryan Jones
That would be animation. And only full builds have determinate progress. Single files are indeterminate—there’s no way to know how long they will take Sent from my iPhone > On...
Well, I could do an additional badge, but I’m not sure how that would look. Sent from my iPad > On Aug 6, 2019, at 14:26, ArianeNubee wrote: > >...
Which advanced option are you looking to use?
Yea, the trouble is that the way CodeKit configures Babel doesn’t lend itself to a config file. For example, you’d need to provide your own plugins/presets installed with npm and...
Yep. I plan to introduce an option for it. Hopefully in the next release. Sent from my iPhone > On Mar 31, 2019, at 14:23, fnstirling wrote: > > Agreed....
Yea, I see why. CodeKit walks files looking for `import` statements to determine dependency links. There is no `import` between `_export.js` and `_redirect.js`, so CodeKit is not aware that those...
Sure, I just wasn’t aware of the pattern. It seems that “export ____ from” can be considered an import statement for linking purposes. If “export” appears without “from”, then it’s...
I'm afraid I need more information before I can address this. I'm not a TS expert.
I'm still lost on what's required here because I don't use TypeScript.
I recommend using the external server URL directly for WordPress’s backend. Because of the way WordPress uses absolute URLs, the proxy server isn’t a good bet for that. Use the...