This is the theme behind merch.changelog.com.
- Theme Kit: https://shopify.dev/tools/theme-kit
- Gulp.js: https://gulpjs.com
You will need Gulp to build the CSS:
npm install --global gulp-cli
Followed by:
gulp sass
First, make sure you have the Shopify CLI installed:
npm install -g @shopify/cli@latest
Then ensure you have the most recent config/settings_data.json
from Shopify's Theme Editor. If you do not, pushing your local settings_data.json
will override any changes made there.
Push changes to Shopify via:
shopify theme push --store=changelog
If you want to get rid of this error message:
Failed to delete file "config/settings_data.json" from remote theme.
Contributor Code of Conduct. By participating in this project you agree to abide by its terms.