-
Notifications
You must be signed in to change notification settings - Fork 28
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
Default runner path should be portable #52
Comments
Oh sorry @jonhue, I missed this. |
I've marked this as "enhancement" because this error could be caught and a more practical instruction (like the comment I gave above) provided instead. |
What is that? |
The webpacker gem generates it when installing the ERB loader. |
Modifying |
Here is a sample app that reproduces the problem: https://github.com/jonhue/test_app |
|
Ah. Windoze! We should be using |
Are you sure you need the leading |
@rhys-vdw I don't know why, but I need it. |
After adding the ERB loader and adding the
.erb
file extension to myapplication
pack, I am getting the following error:it is also happening with the sample
hello_erb.js.erb
pack.The text was updated successfully, but these errors were encountered: