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
Rails uses sprockets to do this, and this syntax has been adapted to https://www.npmjs.org/package/grunt-sprockets-directives. Works well for me.