Question

I’m designing a custom Big Cartel theme by using Dugway for local development. I can access to and modify the barebones versions of the theme, e.g 127.0.0.1:9292/products which renders products.html from the source directory. Now if I want to preview a new custom page — let’s say resellers.html — 127.0.0.1:9292/resellers throws a Not Found error. How can I — or is it possible to — preview custom html pages by using dugway server?

Was it helpful?

Solution

Answered by ihearithurts from an issue on github

Dugway takes all of its data from live Big Cartel stores, so to preview a custom html page you'd need to add it to a real store on bigcartel.com and then point your theme's config.ru subdomain to it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top