Compile assets with laravel-elixir on Laravel 4.2 or any other framework
You want to modernize your assets compilation before you switch to Laravel 5? Elixir is great tool on top of Gulp, and you can use it for anything with little configuration. Here is my setup for Laravel 4.2 which can be easily adapted to any other framework. Setup node,…