Description
Collections that match css*, js*, img*, and tpl* can't be reached as the SDF short circuits paths that match those regular expressions.
It should have only short circuited exact matches for those directories i.e.
\css/,/js/,/img/,/tpl/ but that doesn't seem to be the case.
Need to fix this regular expression so that the collection can be reached.