Does this work? ```script src="boing.js" ``` Yes. PT searches from leaf to root for a named file. So `/test/boing.js` will return `/test/boing.js` if it exists, else it will return `/boing.js` if that exists. Else it will return a 404.