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

Commit

Permalink
version 0.11.0 (#202)
Browse files Browse the repository at this point in the history
* Add JS unit tests using Karma, Mocha, and Chai

* Update normalize scss to v7

* Switch to Jest for testing

* Update settings for header section

* Fixes based on Chris' PR comments

* Add commented settings_data.json to ignore of config

* Make sure image scales with range setting
  • Loading branch information
NathanPJF authored Jul 19, 2017
1 parent 327e4bf commit 5bf3fc0
Show file tree
Hide file tree
Showing 11 changed files with 1,590 additions and 372 deletions.
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
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

0 comments on commit 5bf3fc0

Please sign in to comment.