arboleya / coffee-toaster

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

Support for shared code between several projects #71

Closed yossi-shasho closed 11 years ago

yossi-shasho commented 11 years ago

Is it possible right now to have to separate coffee toaster projects compile some shared code? this code would probably be located on a separate folder

arboleya commented 11 years ago

Although Coffee Toaster has been discontinued you can do this by adding the path of your 'shared' folder to your config file, using the multiple-folders option.

# src folder
toast
   'src': ''
   '/my/shared/folder'