File tree Expand file tree Collapse file tree 4 files changed +3
-39877
lines changed
Expand file tree Collapse file tree 4 files changed +3
-39877
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,6 @@ surrounding UI using [petite-vue][].
102102The ` npm run build:editor ` command uses [ Rollup] [ ] to build the final JS bundle
103103at ` playground/next/editor.bundle.js ` which contains the browser ready JS code.
104104
105- Only the first two should be edited. However, ` editor.bundle.js ` should be built
106- locally and committed along with the rest of the site to avoid unnecessary build
107- time/cost/waste at deployment time.
108-
109105Website Analytics
110106-----------------
111107
Original file line number Diff line number Diff line change 44 "description" : " json-ld.org homepage" ,
55 "type" : " module" ,
66 "scripts" : {
7- "build" : " eleventy" ,
8- "build:editor" : " rollup -c && cp playground/next/editor.bundle.js _site/playground/next/editor.bundle.js " ,
7+ "build" : " npm run build:editor && eleventy" ,
8+ "build:editor" : " rollup -c" ,
99 "pages" : " wrangler pages dev _site/ --compatibility-date=2025-04-02" ,
1010 "watch" : " eleventy --watch" ,
1111 "dev" : " wrangler pages dev _site --compatibility-date=2025-04-02 --live-reload --port 8788" ,
You can’t perform that action at this time.
0 commit comments