You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Returns a working skeleton. However:
Returns:
I am on OS X 10.11.1 using Volt 0.9.6.
The text was updated successfully, but these errors were encountered: