scruwi
Results
2
comments of
scruwi
It solve my problem, but make another: ``` ``` # get http://site/D:/xampp/htdocs/site/public/plugins/bootstrap-3.3.6-dist/css/bootstrap.min.css?1468713961 this problem occurs with absolute `_asset_paths` in $theme->asset instance. ``` $theme = Theme::forge(); $theme->asset->add_path('plugins/bootstrap-3.3.6-dist'); var_dump($theme->asset) // ... //...
IMO those interface changes are rather BC than changes of implemantation.