CleverStack / node-seed

The NodeJS based Modular Backend for CleverStack (but it also works great on its own), MEAN and so much more.
http://youtube.com/watch?v=-4ArURHExhQ
MIT License
55 stars 14 forks source link

Fix problem using require(*special*) inside of the same folder #75

Closed pilsy closed 10 years ago

pilsy commented 10 years ago

Example:

If you require another service inside of a service via require( 'services' ).SomeService it will get caught in a loop because it does not cache the objects for return.

This will also greatly improve performance

pilsy commented 10 years ago

Fixed in commit 84ab43be66bdfac345827e63c0ec9c4547df9e33