Skip to content

Commit f297afc

Browse files
committed
adding prod config, misc tweaks to readme
1 parent 8ae3f3a commit f297afc

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

readme.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,30 @@ To set the Shopify API fields, create a file named `gulpfile.js/shopify.json`
88

99
```json
1010
{
11-
"api_key": "FILL ME IN",
12-
"api_password": "FILL ME IN",
13-
"store_url": "yourdomain.myshopify.com"
11+
"api_key": "",
12+
"api_password": "",
13+
"store_url": "domain.myshopify.com"
1414
}
1515
```
1616

17-
### Watch & auto-deploy files
17+
### Watch & auto-deploy
1818

1919
```bash
2020
gulp watch
2121
```
2222

23-
### Full theme deployment
23+
### Manually deploy
2424

2525
```bash
2626
gulp deploy
2727
```
28+
29+
### Options
30+
31+
#### --prod
32+
33+
```bash
34+
gulp deploy --prod
35+
```
36+
37+
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

0 commit comments

Comments
 (0)