Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ##Configure existing theme on store:
  2.  
  3. ```
  4. theme configure --themeid=12345 --password=12345 --store=yourshop.myshopify.com
  5. ```
  6.  
  7. ##Setup up new theme
  8.  
  9. ```
  10. theme configure --themeid=12345 --password=12345 --store=yourshop.myshopify.com
  11. ```
  12.  
  13. ##Watch for theme changes, and sync with Shopify when local files change
  14.  
  15. ```
  16. theme watch
  17. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement