I've just added the latest Fuel module to fuel/modules, and I've noticed assets output paths seem to be altered - so for example setting 'combine' or 'whitespace' for js() has the rendered script tags with the js files in /assets/ rather than /assets/cache - therefore a 404. If I set asset_output to 'false' then the paths are OK.
if I replace the Asset library with the previous version, things work OK again, whether output is false or a cached option.
Have I missed something when upgrading?
Comments
https://github.com/daylightstudio/FUEL-CMS/commit/262bf2f678fe3fd0e0da1142f697332334a6b592
// in the fuel/config/asset.php $config['assets_cache_folder'] = 'cache';
I just pushed a fix it if there is one which will help with updates going forward.