@fluid-app/fluid-cli-theme-dev 0.1.48 → 0.1.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -39,11 +39,20 @@ The dev server will:
39
39
 
40
40
  For a pulled theme, a newly created dev theme is a server-side reference clone
41
41
  of the pulled source. It preserves theme content and DAM/ImageKit references,
42
- so initial dev startup does not reseed every asset from the working copy.
43
- Once the CLI has seen that dev theme, later startups compare local files to the
44
- pull shadow and send only that local diff instead of downloading the complete
45
- remote resource index. A newer source pull, changed ImageKit manifest, or web
46
- editor write invalidates the shortcut and falls back to the remote comparison.
42
+ so initial dev startup does not reseed every asset from the working copy. The
43
+ CLI keeps a compact local index of the development theme's acknowledged
44
+ checksums and version. Later startups validate that version, compare local files
45
+ to the cached dev state, and send only the actual changes without downloading
46
+ the complete remote resource index. A web-editor write, changed ImageKit
47
+ manifest, missing or malformed cache, or interrupted write invalidates the
48
+ shortcut and falls back to the full remote comparison. Set
49
+ `FLUID_THEME_DEV_DISABLE_SHADOW_SYNC=1` to force that comparison as an emergency
50
+ rollback.
51
+
52
+ Theme paths that differ only by letter case are refused before pull, push, or
53
+ dev writes. Windows separators are normalized before comparison. Default macOS
54
+ and Windows filesystems cannot preserve both resources, so continuing would
55
+ replace one path and delete the other.
47
56
 
48
57
  | Flag | Default | Description |
49
58
  | -------------------------- | ----------- | ----------------------------------------- |