Stolz / Assets

An ultra-simple-to-use assets management library for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel 5 and php artisan asset:flush => incorrect path

lbausch opened this issue · comments

When running php artisan asset:flush in an Laravel 5 installation the commands like

$pipeDir = Config::get('assets::pipeline_dir', 'min');
Config::get('assets::css_dir', 'css')
Config::get('assets::js_dir', 'js')

always use the given default value ("min") and flush will fail (wrong directories get cleared).

commented

@lbausch thanks for reporting. It's been fixed in the latest version, please update.

Thank you very much for fixing this issue so fast :) Works like a charm.