Closed pglez82 closed 4 years ago
Dear students,
Apparently asciidoc is not rewriting the html when generating the documentation. Here is a suggestion to ensure that everything is done properly (change this in package.json):
shx rm -rf build/docs && asciidoctor -D build/docs -a imagesdir=./images -r asciidoctor-diagram src/docs/index.adoc && shx cp -R src/docs/images build/docs
Note that now we remove the build/docs directory before running asciidoctor.
Pablo
Dear students,
Apparently asciidoc is not rewriting the html when generating the documentation. Here is a suggestion to ensure that everything is done properly (change this in package.json):
shx rm -rf build/docs && asciidoctor -D build/docs -a imagesdir=./images -r asciidoctor-diagram src/docs/index.adoc && shx cp -R src/docs/images build/docs
Note that now we remove the build/docs directory before running asciidoctor.
Pablo