Commit 86ec41b
authored
chore: require JSS >= 0.0.211 so serving never seeds index.html/.acl (#6)
JSS used to seed a landing page and .acl files into the server root on
first start, polluting whatever directory servejss was pointed at.
Upstream fixed this in 0.0.211 (ec8547b, #578/#579): seeding is skipped
in --public and --read-only modes. Raise the dependency floor so every
install is guaranteed the guard, refresh the lockfile (resolves 0.0.212),
and bump to 0.0.8.
README notes the global-jss fallback: a stale global install also needs
updating, since bin/jsserve.js falls back to it when the bundled
dependency is missing.1 parent 653489c commit 86ec41b
3 files changed
Lines changed: 362 additions & 114 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
31 | 40 | | |
32 | 41 | | |
33 | 42 | | |
| |||
0 commit comments