diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-10 16:34:39 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-10 16:34:39 +0200 |
commit | d5796ccf042386a93069e2044ce281434697d89a (patch) | |
tree | 8e9cea999f0f923a63315c1f3ffd32618dc5b222 /packages/gitbook-plugin-livereload/index.js | |
parent | 1bc802e4c83d70c4ca0698a7d75b1b465736fe6c (diff) | |
parent | 71cce3383686afb6d2aba0c4d292213f246061ab (diff) | |
download | gitbook-d5796ccf042386a93069e2044ce281434697d89a.zip gitbook-d5796ccf042386a93069e2044ce281434697d89a.tar.gz gitbook-d5796ccf042386a93069e2044ce281434697d89a.tar.bz2 |
Import plugin "livereload" from https://github.com/GitbookIO/plugin-livereload
Diffstat (limited to 'packages/gitbook-plugin-livereload/index.js')
-rw-r--r-- | packages/gitbook-plugin-livereload/index.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/gitbook-plugin-livereload/index.js b/packages/gitbook-plugin-livereload/index.js new file mode 100644 index 0000000..1fe6db4 --- /dev/null +++ b/packages/gitbook-plugin-livereload/index.js @@ -0,0 +1,8 @@ +module.exports = { + book: { + assets: "./book", + js: [ + "plugin.js" + ] + } +};
\ No newline at end of file |