syncify
syncify copied to clipboard
🤝 WIP ~ Shopify theme upload, download and watch development tool.
### Description Prefacing this [Tweet](https://twitter.com/niksavvidis/status/1662510947976597507) and conversations had with Mansedan and @davidwarrington. ### Notes some consideration needs to be had with the introduction of this feature. Will likely need to...
### Description This is a TODO that needs completing. The pages logic accepts Markdown to static HTML conversion and I've already done work in this area. I need to expose...
### Description The files API already exists but making an issue here to remind me to provide a viable access and control point for Files. ### Additionals The `paths` option...
## Problem ## Sections can contain both `.liquid` and `.json` files. The `.json` files reference the `.liquid` files as a way to group them together. If a `.json` file is...
This pull request adds additional functionality to the Shared Schema system in Syncify, allowing Shared Schemas to be used within the `settings_schema.json` config file. This also includes updates to strengthen...
This pull request addresses the following two issues related to tailwind. 1. **Tailwind Compilation:** Activating the tailwind setting (true) in the config resulted in no css file compiled. 2. **Additional...
Removes compiled files from version control as they should be built during deployment. Changes: - Removes `dist/` folder from git tracking - Adds `dist/` to `.gitignore` Closes #43 Note: Contributors...
When deleting files while running in `sy watch --hot`, the watch session crashes with a `TypeError` related to object conversion. ## Error Details ```bash ┌─ Liquid ➤ Snippets ~ 14:42:57...
When switching between projects while a hot reload session is active, subsequent saves pull templates from the wrong project. The hot reload functionality appears to reference the project selected via...