dalejung / inode

Interactive Node.js
MIT License
3 stars 1 forks source link

make http server auto browserify js files that require it #15

Closed dalejung closed 11 years ago

dalejung commented 11 years ago

I suppose that this is more of a dev concern?

I think a search for a require() would be enough to know the browserify it.

The only other issue is that I can only target the entry.js, in the final production version the browserify-ied file wouldn't be the same name. Or would it?

meh, probably doesn't matter much.