I\'d like to know if there is a way to include a file in a coffee script. Something like #include in C or require in PHP...
#include
require
You can try this library I made to solve this same problem coffee-stir its very simple. Just type #include and the name of the file that you want to include
#include MyBaseClass.coffee
For details http://beastjavascript.github.io/Coffee-Stir/