The condition: ``` javascript if (resolved.path()[0] !== '/') { resolved._parts.path = base.directory() + '/' + resolved._parts.path; resolved.normalizePath(); } ``` is always true in IE7 because it doesn't access strings like arrays. perhaps charAt(0) instead?