@fluid-app/fluid-cli-theme-dev 0.1.46 → 0.1.48
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 +4 -0
- package/dist/index.mjs +1091 -995
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -40,6 +40,10 @@ The dev server will:
|
|
|
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
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.
|
|
43
47
|
|
|
44
48
|
| Flag | Default | Description |
|
|
45
49
|
| -------------------------- | ----------- | ----------------------------------------- |
|