Skip to content

Conversation

@geboyr
Copy link

@geboyr geboyr commented Sep 4, 2012

Hi there!

I believe I have fixed the dajaxice.core.js generation issue for Windows users that some people have talked about: https://groups.google.com/forum/#!topic/dajaxproject/9Ap9xDn526I

I changed the special character you were looking for '/' to be os.sep instead, so you don't have to worry about the operating system.

I found the issue in 5 minutes, but spent the better part of an hour learning how to use github so I could officially send my first pull request to you :)

I hope this helps your users.

Thanks!

  • Robert

The forward slash works for POSIX and Linux systems. If you're using
Windows, an escaped backslash would be needed. By using os.sep, we don't
have to worry about this.
@travisbot
Copy link

This pull request passes (merged e1fce99 into 9228e4f).

@jorgebastida
Copy link
Owner

Hello @geboyr !

Thank you very much for your Pull Request :D

@jorgebastida jorgebastida reopened this Sep 4, 2012
jorgebastida added a commit that referenced this pull request Sep 4, 2012
Fixed the dajaxice.core.js generation issue for Windows users
@jorgebastida jorgebastida merged commit f7a0cb4 into jorgebastida:master Sep 4, 2012
@travisbot
Copy link

This pull request passes (merged e1fce99 into 9228e4f).

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

Successfully merging this pull request may close these issues.

4 participants