Coffeescript, external file and Inheritance

Sorry about my english grammar.

I am written a simple BROWSER based script with Coffeescript. but things start to get too messy and now I want to separete my classes on different files, to be more organized.

I just need to know how I make something like the require of PHP.

I got node plus coffee watching my files and compiling everytime I save my files.

Use require.js to load and organize your script files.

Once you are in production, you can use r.js to compile your client side project (coffee to js) and minify it to one single file.