Skip to content

Commit 373bf16

Browse files
Merge pull request #774 from domitriusclark/fix/remove-live-server
Remove live-server / upgrade 11ty
2 parents ce701b9 + b41ea3b commit 373bf16

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@
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",
@@ -45,8 +44,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+
}

0 commit comments

Comments
 (0)