Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong separator when copying non-markdown files #24

Closed
mniinio opened this issue Jul 26, 2015 · 1 comment
Closed

Wrong separator when copying non-markdown files #24

mniinio opened this issue Jul 26, 2015 · 1 comment

Comments

@mniinio
Copy link

mniinio commented Jul 26, 2015

Problem: Asset folders, pictures and other non-markdown files are not copied due to the input path formed with wrong file separator

See problem in this message when copying for example assets:

Copy non-markdown files C:\development\doc_generation\my-custom-skin\assets/\css\my-custom.css => C:\development\doc_generation\static\docs\assets\css\my-custom.css

Problem separator is added by the generation code and is between the assets and css, it should be assets\css not assets/\css like in ouput.

Command used to generate this: generate-md --layout my-custom-skin --input .\docs --output .\static\docs

Operating system Windows

@mniinio
Copy link
Author

mniinio commented Jul 26, 2015

Actually, I noticed this was just a problem in the logged messages, the files were copied, but there were some other issues

@mniinio mniinio closed this as completed Jul 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant