Vinelab / cdn

CDN Assets Manager Package for Laravel.
MIT License
214 stars 71 forks source link

Hardcoded elixir build folder name #107

Open maximkou opened 7 years ago

maximkou commented 7 years ago

Hi! Thank you for good tool!

I'm use this in one project and find one wrong moment: I do not change elixir versioning build folder name, because in https://github.com/Vinelab/cdn/blob/c8ef55322d0792373272ec6d9b6f8df55f5991cf/src/Vinelab/Cdn/CdnFacade.php#L95 is hardcoded.

Original elixir accept build dir name as argument, see https://github.com/laravel/framework/blob/5.3/src/Illuminate/Foundation/helpers.php#L387

You planned fix this?