mirror of
https://github.com/getgrav/grav.git
synced 2026-05-30 08:42:47 +02:00
Was looking up assets in the /assets folder, which is reserved for Grav-compiled assets. Now - Looks up paths from the Grav ROOT_DIR or from a stream location - Internally uses Assets::addJs() and Assets::addJs() instead of directly accessing the assets arrays - Removed the file extension determination effort already done in Assets::add(), use Assets::add() instead