arboleya / coffee-toaster

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

Limitation of includes #54

Closed kraftwer1 closed 11 years ago

kraftwer1 commented 11 years ago

Could it be that there's a limitation of the number of files I want to include using the import directive? After including around 40 files, it says:

/node_modules/coffee-toaster/lib/toaster.js:226 by_property = [].concat(by_property); ^ RangeError: Maximum call stack size exceeded

arboleya commented 11 years ago

Hi, I have no problems using wildcards to require big number of files.

Can you give more detailed steps to reproduce this behavior your mentioned?

arboleya commented 11 years ago

Closing due to unfinished discussions. I was unable to reproduce this error.