cement order of operations
This commit is contained in:
parent
480e20a722
commit
1f619717a3
7
serve.js
7
serve.js
@ -77,7 +77,7 @@ function startServer() {
|
||||
],
|
||||
fn: (event, file) => {
|
||||
debug(`File changed: ${file}`);
|
||||
build_site(false);
|
||||
// build_site(false);
|
||||
}
|
||||
}
|
||||
// {
|
||||
@ -164,4 +164,7 @@ compiler.watch({}, err => {
|
||||
sync.reload();
|
||||
});
|
||||
|
||||
build_site();
|
||||
compiler.hooks.afterCompile.tap("eleventy", params => {
|
||||
build_site();
|
||||
sync.reload();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user