diff --git a/package.json b/package.json index 173df3e..2f9e72a 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "docpad-plugin-autoprefix": "~2.0.0", "docpad-plugin-cleanurls": "~2.8.1", "docpad-plugin-ejs": "~2.0.2", + "docpad-plugin-livereload": "~2.7.1", "docpad-plugin-moment": "~2.0.2", "docpad-plugin-nodesass": "~2.8.1" }, diff --git a/src/layouts/core.html.ejs b/src/layouts/core.html.ejs index cb4dd09..0b10e51 100644 --- a/src/layouts/core.html.ejs +++ b/src/layouts/core.html.ejs @@ -9,6 +9,7 @@ + <%- getBlock("scripts").toHTML() %>