mirror of
https://github.com/getgrav/grav.git
synced 2026-01-30 19:30:18 +01: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