docpress / docpress-core

Parses projects and turns them into a documentation website
3 stars 6 forks source link

Copy local images and change to soft warning for other missing links #201

Open kjantzer opened 5 years ago

kjantzer commented 5 years ago

Resolves #200

At first I changed the throw Error to a console.warn but then after doing some digging I figured out how to copy any missing images to the dist directory. Other non-img links will get a warning to allow the docs to still build.

I'm new to creating pull requests...I'm not sure why this PR is including my other commits that have since been merged?