grunt-coffee-chain - grunt plugin
It is a grunt plugin inspired by Sprockets to compile CoffeeScripts that has sprockets-style comments to indicate dependencies. It allows web developers in their CoffeeScript files to write Sprockets-style comments to indicate dependencies, e.g.
#= require_tree lib
This ruby gem is written in CoffeeScript but it compiles itself to JavaScript using the previous version of itself.