erithmetic / nodeify

Bring the power of CommonJS, npm, and command-line testing to your Rails JavaScript
MIT License
45 stars 4 forks source link

nodeify generator not found #1

Open superchris opened 13 years ago

superchris commented 13 years ago

added nodeify to my gemfile, but it's not showing up in the list of generators

erithmetic commented 13 years ago

Ah yes, I'm practicing README-driven development :) My plans were that the generator would generate a package.json file that would specify node-browserify as a dev dependency and run npm install.

This is still in extreme alpha and there are a few major things to overcome - like the fact that browserify won't let you require files that are above the root path of the application.js you're compiling. I have a fix PR'd to the project, but we'll see what happens. Worst case, I can keep my own branch that nodeify uses.

I'm really excited by this project, but I've been sidetracked with finishing some client work. I'm happy to add you as a committer if you'd like.

joefiorini commented 13 years ago

Just sent a pull request for this. Let me know what you think.