Garrick Cheung
Garrick Cheung
@Alonski can you generate a report from another project to use as a comparison/baseline?
Running the pages via https://web.dev/measure/ might provide more consistent results than our own computers. It'll generate reports we can download too.
Possible changes we can make: * [ ] Update dependencies. * [ ] Combine app.js and vendor.js. * [ ] Combine or disable app.css and vendor.css since they are empty....
What's the rationale for including `stylis` source code in the project? Could importing `stylis` as an external package automatically tree-shake unused code? I'm assuming that would depend on whatever is...
@acoustep Doesn't look like I have access to add Webhooks to work on this.
@acoustepI haven't dug into Homu setup but you'll have to create a Travis CI account and set that up... I can't create an account for you.
I'll try to dig into setting Homu up, but you're right - it seems Homu has to be self-hosted for now. I found this resource and plan to try it...
@ctcpip can you share the test repo please?
I can reproduce the problem when `foundationJs` config option is an array. `foundationJs: 'all'` will pull in the built file that exports `Foundation` to the `window` global. `foundationJs: []` will...
The approach to have components import their corresponding plugin also prevents users from being able to leverage the jQuery plugin syntax: `$(document).foundation()`. This might actually be okay if we consider...