Skip to content
New issue

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

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

Already on GitHub? # to your account

bundle exec volt server fails if the parent directory has a parenthesis in its name #328

Open
danpisarski opened this issue Oct 28, 2015 · 0 comments

Comments

@danpisarski
Copy link

Happened to find this, arguably edge case, after trying to start the todo_sample in my dropbox dir which happens to have a parenthesis in its name, despite my best wishes.

To reproduce:

cd ~
mkdir test
cd test
volt new todo_sample
cd todo_sample
bundle exec volt server

Returns a working skeleton. However:

cd ~
mkdir "some (test)"
cd some\ \(test\)/
volt new todo_sample
cd todo_sample
bundle exec volt server

Returns:

Sprockets::FileNotFound at /
could not find file: /Users/username/some (test)/todo_sample/app/components/main.rb

I am on OS X 10.11.1 using Volt 0.9.6.

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

No branches or pull requests

1 participant