I set up my assets as shown in https://forum.phalcon.io/discussion/2426/load-assets-to-all-views which works great, unless I use $this->dispatcher->forward which results in the initialize being called on a second controller and adding the assets again. I thought just clearing the asset manager at the start of initialize() would work, but it does not have that functionality.
Is there a simple way to handle this? Or maybe a better location to set up my assets?