You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
When working with CoffeeScript, the bound function (=>) inserts a helper function (__bind).
Because it's inside the module, stitch is replicating this function for every module in the package.
Is there some way to have this included one at a wider scope than the module to save on repetition.
=>
When working with CoffeeScript, the bound function (=>) inserts a helper function (__bind).
Because it's inside the module, stitch is replicating this function for every module in the package.
Is there some way to have this included one at a wider scope than the module to save on repetition.
This issue is talked about in sample form on the Cake sample wiki page:
https://github.com/jashkenas/coffee-script/wiki/%5BHowTo%5D-Compiling-and-Setting-Up-Build-Tools
Really digging Stitch Sam!
Thanks for creating it.
The text was updated successfully, but these errors were encountered: