File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1515 "build" : " npm-run-all build:html build:css" ,
1616 "build:html" : " eleventy" ,
1717 "build:css" : " postcss src/css/tailwind.css -o dist/css/styles.css" ,
18- "watch:html" : " ELEVENTY_ENV=dev eleventy --watch --quiet" ,
18+ "watch:html" : " ELEVENTY_ENV=dev eleventy --serve --port=8080 --quiet" ,
1919 "watch:css" : " postcss src/css/tailwind.css -o dist/css/styles.css --watch" ,
20- "serve" : " npx live-server dist --quiet --port=8090" ,
21- "start" : " npm-run-all --parallel watch:html watch:css serve" ,
20+ "start" : " npm-run-all --parallel watch:html watch:css" ,
2221 "clean" : " rm -rf dist"
2322 },
2423 "dependencies" : {
25- "@11ty/eleventy" : " ^0.11.1 " ,
24+ "@11ty/eleventy" : " ^1.0.0 " ,
2625 "@11ty/eleventy-cache-assets" : " ^2.1.0" ,
2726 "@zachleat/filter-container" : " ^1.0.3" ,
2827 "autoprefixer" : " ^10.2.5" ,
4544 "postcss-import" : " ^13.0.0" ,
4645 "spdx-correct" : " ^3.1.1" ,
4746 "tailwindcss" : " ^2.0.3"
48- },
49- "devDependencies" : {
50- "live-server" : " ^1.2.1"
5147 }
52- }
48+ }
You can’t perform that action at this time.
0 commit comments