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
|
|
@ -24,6 +24,8 @@ module.exports = function (eleventyConfig) {
|
|||
|
||||
eleventyConfig.addPassthroughCopy("vendor");
|
||||
|
||||
eleventyConfig.addWatchTarget("./source/style/");
|
||||
|
||||
return {
|
||||
dir: {
|
||||
input: "source/screens",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue