krasimir / techy

A flat file CMS based on Gulp and AbsurdJS
http://krasimir.github.io/techy
MIT License
250 stars 23 forks source link

--src path still exists in --dest output #39

Open daverau opened 6 years ago

daverau commented 6 years ago

My structure looks like this:

/site
  /_pages
    /index.md
  /public

and when I run techy --src ./_pages I get:

/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?