I think it's dangerous to assume that any view with name starting with "css/" or "js/" is static across users/time. Sticking to css/elgg and js/elgg and maybe a few others would be far less risky. Also you'd get a performance increase because you could register only for those views instead of forcing every elgg_view call to execute your handler.
I think it's dangerous to assume that any view with name starting with "css/" or "js/" is static across users/time. Sticking to css/elgg and js/elgg and maybe a few others would be far less risky. Also you'd get a performance increase because you could register only for those views instead of forcing every elgg_view call to execute your handler.