Skip to content

Commit

Permalink
fix: dev server on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shanpriyan committed Sep 13, 2022
1 parent 1cbcc06 commit 4f4a73d
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 3 deletions.
135 changes: 133 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"images": "imagemin '_site/assets/images' --out-dir='_site/assets/images'",
"install:playground": "cd src/playground && npm install --no-package-lock",
"watch:sass": "sass --watch src/assets/scss:src/assets/css",
"watch:eleventy": "CONTEXT=dev eleventy --serve --port=2022",
"watch:eleventy": "cross-env CONTEXT=dev eleventy --serve --port=2022",
"watch:webpack": "webpack watch --mode=development",
"build:sass": "sass --no-source-map --style=compressed src/assets/scss:src/assets/css",
"build:eleventy": "npx @11ty/eleventy",
Expand Down Expand Up @@ -57,6 +57,7 @@
"@octokit/rest": "^18.12.0",
"babel-loader": "^8.2.3",
"cheerio": "*",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"dom-parser": "^0.1.6",
"download-stats": "^0.3.4",
Expand Down

0 comments on commit 4f4a73d

Please sign in to comment.