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

CLI cpx copies a file to wrong place #11

Closed
sanemat opened this issue Jul 13, 2015 · 5 comments
Closed

CLI cpx copies a file to wrong place #11

sanemat opened this issue Jul 13, 2015 · 5 comments
Assignees
Labels

Comments

@sanemat
Copy link

sanemat commented Jul 13, 2015

CLI cpx copies a file to wrong place.

$ cpx a.txt dist

expected
./a.txt
./dist/a.txt

actual
./a.txt
./adisttxt

$ cpx ./a.txt dist

expected and actual
./a.txt
./dist/a.txt

This is my environment.

cpx v1.2.0
Mac OS X 10.9.5
node.js v0.12.7
@mysticatea
Copy link
Owner

Thank you for the report.

I will check it next evening (JST), since I'm busy today...

@mysticatea
Copy link
Owner

I'm sorry, I will do until week end 😫

@mysticatea mysticatea added the bug label Jul 18, 2015
@mysticatea mysticatea self-assigned this Jul 18, 2015
@mysticatea
Copy link
Owner

Sorry for my late response.

I could reproduce it.
I'm working on this now.

@mysticatea
Copy link
Owner

@sanemat Thank you for the report.

I fixed and released v1.2.1.
Please try it.

@sanemat
Copy link
Author

sanemat commented Jul 18, 2015

@mysticatea Great work! Thanks. 🏄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants