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

"[WARN] - couldn't find a match for" happens when project path contains spaces. #63

Open
snap9 opened this issue Jan 18, 2015 · 2 comments
Labels

Comments

@snap9
Copy link

snap9 commented Jan 18, 2015

Everything was working fine, 100% when my project folder was located in ~/Desktop/site

That's where all the .scss and corresponding .css files are located. No complex directory structure. All files directly inside ~/Desktop/site

Now I rename the folder on the Desktop from "site" to "site 2" (or anything containing spaces). That's the ONLY change I make. Everything else stays the same. Now the "[WARN] - couldn't find a match for" problem starts happening. Tikana can't match the files anymore.

I'm on OS X 10.10.1.

I'm sure you can reproduce if you have access to a Mac, or maybe this also happens on Windows or Linux. I don't know. What do you think?

@nc nc added the bug label Feb 9, 2015
@timdmackey
Copy link

Just ran into this problem myself—I spent the last three hours trying to figure out why the heck takana wasn't working, and almost gave up before I finally narrowed it down to there being a space in the file path I was accessing. My guess is that Takana is failing to convert the space " " to it's url encoded value "%20" when comparing paths. Please fix this so no else wastes the amount of time that I had to!

@JulianCataldo
Copy link

Ran into the same problem too,
tried to fiddle with symbolic links (with no spaces in path) but got no luck ;(

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

4 participants