-
Notifications
You must be signed in to change notification settings - Fork 4
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
New NPM build process throws Ruby Gem errors #17
Comments
I'm sorry to not be able to help, but the build process improvements were added by @eschaefer. He deserves all praise and I'm sure he can answer your questions. |
But I might add that it works fine on my Linux machine (and I don't use Ruby normally, either, I had to install Ruby). |
@bnvk super strange that ruby would throw an error here. The |
@eschaefer cool thanks for checking it out for me. @peterjaric oops :P thanks again you two for helping out. Great to have help, open source FTW 😁 |
@bnvk does the same error occur when you run Also, try to change the
Just curious at which point the task/config is failing for ya. |
@bnvk Another idea since you're using For example (based on the current watch task)...
|
@peterjaric major thanks for for the awesome improvements and improvements to the JS build stuff- that absolutely needed doing 👍 i'm more of a browserify guy than webpack, but am always up for learning new tools!
I've never used NPM to control Ruby or Jekyll for that matter. Upon merging in your changes on my dev machine, i'm getting a bunch of errors running
npm run watch
see below. It seems to complete all the JS / webpack compilation, but then fails at the Ruby step. It's worth noting that using Jekyll standalone still works fine as well.Any things I need to configure or let my system know about so node knows where my Ruby is and such?
The text was updated successfully, but these errors were encountered: