How does asset requiring and providing work?
In the package controller I registered some assets needed for Zurb Foundation.
In the page_theme.php I require the assets and my stuff is working.
But when I want to tell concrete, that my theme provides these assets using $this->providesAsset() th…