Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

0.11.0 #202

Merged
merged 14 commits into from
Jul 19, 2017
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ dependencies:
test:
pre:
- slate build
override:
post:
- slate test
6 changes: 4 additions & 2 deletions config-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@

development:
password:
theme_id:
theme_id:
store: your-shop.myshopify.com
ignore_files:
#- settings_data.json # Uncomment this line to avoid resetting theme settings

production:
password:
theme_id: "live"
store: your-shop.myshopify.com
ignore_files:
ignore_files:
#- settings_data.json # Uncomment this line to avoid resetting theme settings
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NathanPJF what's the verdict about uncommenting these?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict is: merging as comment for now and going to do a couple more tests as a new issue.

5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
globals: {
slate: {}
},
};
Loading