ModusCreateOrg / gimbal

Web Performance Auditing tooling
https://labs.moduscreate.com/gimbal-web-performance-audit-budgeting
MIT License
115 stars 8 forks source link

Support for any URLs #151

Closed pun-ky closed 4 years ago

pun-ky commented 5 years ago

is this tool supporting only applications deployed on localhost?

https://github.com/ModusCreateOrg/gimbal/blob/master/packages/gimbal/src/command/lighthouse/index.ts#L16

I am developing an app available through domain also hosted on my local machine, but... using localhost:xxxx / using port number cannot be done... instead I am forced to use http://example.com let's say..

this audits configured within single configuration file looks nice and I'd like to try them but... don't know how... looks like that localhost is just hardcoded... :/

mitchellsimoens commented 4 years ago

Just a heads up, we are working on a v2 that is going to support it (just landed in my open PR). If you have any more great ideas, contribute to #158 to see if we can get to it!

pun-ky commented 4 years ago

ok thx