Currently, a collection always creates the target directory upon initialization. This leads to the issue that the symlink driver (and also the jinja driver) does not work as expected.
Not creating a target directory upon collection initialization fixes this issue.
Currently, a collection always creates the target directory upon initialization. This leads to the issue that the symlink driver (and also the jinja driver) does not work as expected.
Not creating a target directory upon collection initialization fixes this issue.
Resolves #22