Shopify theme development for Petersen Parts
To set the Shopify API fields, create a file named gulpfile.js/shopify.json
{
"api_key": "",
"api_password": "",
"store_url": "domain.myshopify.com"
}
gulp watch
gulp deploy
gulp deploy --prod
Deploys to the production store. To use this, instead of gulpfile.js/shopify.json
, you'll need shopify-dev.json
and shopify-prod.json
respectively