summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-livereload/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-plugin-livereload/index.js')
-rw-r--r--packages/gitbook-plugin-livereload/index.js8
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