Development
The usual development loop is short: save a file, paste the rebuilt bundle into Adobe Target, and refresh the preview.
The inner loop
Edit source → Vite rebuilds → IIFE bundle → copied to clipboard → paste into Adobe Target → refresh previewFor browser-first iteration, pnpm live starts the same focused watcher, opens targetUrl, and reinjects after bundle changes.
Sections
- Watch Mode & Clipboard -
pnpm start 0, clipboard mechanics, Adobe Target paste workflow - Variations - adding v2/v3, the
-eNflag, dedup guard - Configuration -
experiment.config.jsandsrc/config.jsfields - Scaffold Template - what the current generated project includes
- AI Project Support - opt-in instruction files and reusable project skills
- Run and Ship - live injection, production builds, and handoff