Dmitry Lapshukov
Dmitry Lapshukov
yes, that's could be good option, and as well generate domain updated css/less files into files which are added to ignore list (similar browser html files). generally I am working...
And meanwhile, what do you think, could it be good idea to add some prefixes in names, like `notexist` or `notinfilesystem`, for files which are used just for testing purposes...
Good, thank you! Just thought that potential perk for using dynamically set for domain names/ports would be ability work on something like 9 cloud IDE.
it turns out pretty much easy to fix with port forwarding vargantup (virtual box) feature, in case you are at the same dev environment, probably for something remote it could...
Oh, I see now it's broken on Netlify deploy :( PS: Though I see same broken deploys on previously merged [PR](https://github.com/vendure-ecommerce/storefront-remix-starter/pull/66) 🤔
Also was able to deploy older revision [here](https://vercel.com/dmi3ii/storefront-remix-starter/4u5PUhEtZxrujjhFeVwp4UcGVKVL), from this branch [`older-version-deploy`](https://github.com/dmi3y/storefront-remix-starter/tree/older-version-deploy)
> Hi, > > I've no experience trying to deploy this to Vercel, but based on your successful deployment, does anything need to change in this repo to make the...
Oh, actually giving it a second look I figured that the problem for me occurs due to: `import { createRoutesFromFolders } from '@remix-run/v1-route-convention';` Which I had commented out for my...
I figured out how to [deploy](https://storefront-remix-starter-7jekeak8y-dmi3ii.vercel.app/), but not sure if this is an optimal way. Here is draft PR https://github.com/vendure-ecommerce/storefront-remix-starter/pull/75 ~~PS: And here is the weird thing with this latest...
On the side note though, I built tracking page for own use. Would you be interested if I port it into this starter kit?