jasonlewis / basset

A better asset management package for Laravel.
http://jasonlewis.me/code/basset
241 stars 76 forks source link

laravel 4.1 #230

Closed j3rrey closed 10 years ago

j3rrey commented 10 years ago

could u pls change assets.php line 382 from

public function getContent()
{
    return $this->files->getRemote($this->absolutePath);
}

to public function getContent() { return $this->files->getRequire($this->absolutePath); }

taylor changed it in illuminate/Filesystem https://github.com/illuminate/filesystem/blob/74b51ab0355f36ea84de74ddada1c56cd15eed5d/Filesystem.php

ty :)