Two issues caused "Loading from local store..." after tmux restart: 1. Watch path only included `src/`, so `example/todomvc/` sources weren't compiled on the watcher's initial build, leaving pocketbook.todomvc out of cljs_deps.js. Fix: `-w "src:example/todomvc"` 2. Stale output dir from previous builds caused incremental compile to skip regenerating cljs_deps.js. Fix: `cljs:clean` task (deletes js output) runs before `cljs:watch`.
1.5 KiB
1.5 KiB