Hacker News new | ask | show | jobs
by whatthemick 4161 days ago
"with tools like browserify i have to look at the folder structure"

I don't think Browserify cares about your directory structure as long as it can find the entry file it will figure out the rest based on your require calls (and also make sure they are in the right order dependency wise)