It's pretty easy to write your own gulpfile if you're having problems with Elixir.
All you're doing is compiling some scripts and styles, Gulp does that in a couple of lines and you can add live reload very easily.
I decided to do this recently as I wanted more control, was finding that the watch task was taking too long, and didn't like the fact that when things did go wrong, there wasn't any documentation to help.
Here's my gulp setup:
It creates:
Also includes:
Thanks for the script :)
Will try this way and see how it goes.
Much appreciated.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community