rails-erb-loader
rails-erb-loader copied to clipboard
use quotes to reference the runnerPath when spewing the command fixes #105
Looks like the rails runner interprets anything starting with a / as a regex so when the runnerPath ends up being an absolute path it breaks.
fixes #105
Thanks for your PR! Is it possible to add a test case to ensure this won't be broken again?