Added possibility to start hot reloading local server
This commit is contained in:
parent
7f6734a6e3
commit
959f84c655
2 changed files with 4 additions and 1 deletions
|
|
@ -26,7 +26,8 @@
|
|||
"style:compile": "sass source/style:build/css --load-path=vendor",
|
||||
"style:watch": "sass --watch source/style:build/css --load-path=vendor",
|
||||
"build:new": "npm run clean:build && npx @11ty/eleventy && npm run style:compile",
|
||||
"build": "npx @11ty/eleventy && npm run style:compile"
|
||||
"build": "npx @11ty/eleventy && npm run style:compile",
|
||||
"serve": "npm run style:watch & npx @11ty/eleventy --serve"
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue