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

Elm ui setup does not handle whitespace in path? #39

Closed
peterhartman opened this issue Nov 26, 2016 · 2 comments
Closed

Elm ui setup does not handle whitespace in path? #39

peterhartman opened this issue Nov 26, 2016 · 2 comments
Labels

Comments

@peterhartman
Copy link

When I follow the instructions on the homepage (http://elm-ui.info/)

I get the following error:
"You have errors in of your Elm file(s):
elm-make: /Users/phartman/Documents/OneDrive: openFile: does not exist (No such file or directory)"

Where OneDrive is the first part of a directory name containing whitespace.

@gdotdesign
Copy link
Owner

Probably this is a bug here https://github.com/gdotdesign/elm-ui/blob/master/bin/lib/render/elm.js#L19, as the filename is not quoted.

It should be a pretty quick fix, when I have some time I'll do it, thanks for reporting!

@gdotdesign gdotdesign added the bug label Nov 28, 2016
@gdotdesign
Copy link
Owner

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