From 792e63d5745c604eb529acddcf7d7506ae11f891 Mon Sep 17 00:00:00 2001 From: Micha Pietsch Date: Mon, 22 Oct 2018 22:11:54 +0200 Subject: [PATCH] Fix scripts src path in docs template to match path defined in Gulp taks Hi Chris, running the demo with a fresh clone from master I noticed that validate.js and the polyfill were not loaded. It turned out that the templates referenced the path ```dist/js``` whereas the Gulp task aims to copy the files to ```dist```. Regards, Micha --- src/docs/_templates/_footer.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs/_templates/_footer.html b/src/docs/_templates/_footer.html index ce2caf5..8aaf960 100755 --- a/src/docs/_templates/_footer.html +++ b/src/docs/_templates/_footer.html @@ -10,8 +10,8 @@ - - + +