arboleya / coffee-toaster

Minimalist build system for CoffeeScript.
114 stars 23 forks source link

Handle 'exports' scope in packaging system #13

Closed arboleya closed 12 years ago

arboleya commented 13 years ago

It's sounds reasonable to list all root namespaces as well as class names in 'exports'

arboleya commented 13 years ago

The more appropriated use of this is to let the user specify a macro scope, the default value will be "exports" but use can specify any other like "window" etc.