-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It won't work with Laravel Elixir 3 #3
Comments
I'm having this issue as well. Just looked into what would need to change to update to Elixir 3.0 (details here https://github.com/laravel/elixir/releases/tag/3.0.0). Using the new Task syntax is an easy fix but it's not as cut and dry as I had hoped. The function utilities.buildGulpSrc is no longer a part of Elixir 3. It kind of seems like GulpPaths.js has replaced that functionality, but it's not a simple replacement. I'll see if I can tinker with this some more and get a pull request in. |
@walteranderson, you can see how I would also recommend branching to support 2.x Elixir and 3.x Elixir. To avoid problems with that I found the use of I rely on this package too, but haven't moved to Elixir 3.0 just yet. Too many packages haven't updated. |
👍 |
Thanks for the report guys I will be checking the pull request this week and add support to elixir 3. Sorry for the late reply, I was on vacation and without access to a computer. |
Laravel Elixir 3 removed 'laravel-elixir/ingredients/commands/Utilities', but laravel-elixir-wiredep depends on it.
The text was updated successfully, but these errors were encountered: