Kim Skinner
Kim Skinner
## 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...
**Branch**: next When installing `@syncify/cli` globally via `pnpm add @syncify/cli@unstable -g`, if you've previously installed the package and removed it, the `postinstall` script is not executed. This causes an error...
**Branch:** next When deleting a project and recreating it with the same name, a caching issue occurs that prevents proper project initialization. ## Steps to Reproduce 1. Create a project...
**Branch:** next When following the `sy init` setup flow, selecting an existing theme from the interactive prompt fails with the error: "You must select at least 1 theme" ```bash test-init-14-04-25...
The `dist` folder appears to contain built/compiled files that shouldn't be tracked in version control. This folder should be: - Added to `.gitignore` - Removed from the repository - Built...