Skip to content

emolr/gitbook-plugin-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitbook plugin watch

Add more files and folders to watch for file changes that trigger's rebuild of the gitbook when running gitbook serve.

How to use it?

To use the watch plugin in your Gitbook project, add the watch plugin to the book.json file, then install plugins using gitbook install.

Setup files to watch in pluginsConfig.watch.files.

{
    "plugins": ["watch"],
    "pluginsConfig": {
        "watch": {
            "files": [
                "./assets/**/*"
            ]
        }
    }
}

About

Specify more glob paths to watch to trigger a rebuild of docs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published