Vinelab / cdn

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

Support for elixir assets #88

Closed filipegar closed 8 years ago

filipegar commented 8 years ago

I'm using gulp with Laravel Elixir to build and control version of assets on my project. To support it on the CDN package, I used the same logic on helpers.php (Illuminate/Foundation/helpers.php).

Also edited the readme to reflect the new facade function and fixed a typo on test case namespace.

Mulkave commented 8 years ago

@filipegar very interesting, thanks for the efforts!