teamcfadvance / cfstatic

CfStatic is a framework for managing the inclusion and packaging of CSS and JavaScript in CFML applications.
https://teamcfadvance.github.io/cfstatic
MIT License
102 stars 35 forks source link

Recursive dependencies blow up #74

Closed DominicWatson closed 11 years ago

DominicWatson commented 12 years ago

In dependencies file, if you have:

/some/dependency.js
    *.js

You get a stack overflow error.