Arquisoft / viade_en3b

Viade en3b
0 stars 3 forks source link

Arc42 generation with npm #6

Closed pglez82 closed 4 years ago

pglez82 commented 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