bigcartel / dugway

Easily build and test Big Cartel themes.
https://developers.bigcartel.com/api/themes
MIT License
149 stars 22 forks source link

Store content #134

Closed dholdaway closed 9 years ago

dholdaway commented 9 years ago

setting the subdomain returns

757: unexpected token at '{

// Use data from any store to make sure your theme looks great with all sorts of products, pages, // categories, and more. Just give us the subdomain. Default is "dugway" for dugway.bigcartel.com.

"store": { "subdomain": "subdomain" },

// Simulate the customization done by store owners by passing values to different variables. // Default values are based on the "default" for each setting in your settings.json.

// "customization": { // "logo": { // "url": "http://placehold.it/200x50/000000/ffffff&text=My+Logo", // "width": 200, // "height": 50 // }, // "background_color": "#CCCCCC", // "show_search": true, // "twitter_username": "bigcartel" // } }

dholdaway commented 9 years ago

i un commented all the lines, not just store part and it worked.