Open daverau opened 6 years ago
My structure looks like this:
/site /_pages /index.md /public
and when I run techy --src ./_pages I get:
techy --src ./_pages
/site /_pages /index.md /_dist /_pages /index.html /public
Why does the --src _pages folder still exist in the --dest output? Am I doing something wrong or has the output behavior changed since the docs?
--src
_pages
--dest
My structure looks like this:
and when I run
techy --src ./_pages
I get:Why does the
--src
_pages
folder still exist in the--dest
output? Am I doing something wrong or has the output behavior changed since the docs?