Skip to content
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

Closed
jaceju opened this issue Jul 30, 2015 · 4 comments
Closed

It won't work with Laravel Elixir 3 #3

jaceju opened this issue Jul 30, 2015 · 4 comments

Comments

@jaceju
Copy link

jaceju commented Jul 30, 2015

Laravel Elixir 3 removed 'laravel-elixir/ingredients/commands/Utilities', but laravel-elixir-wiredep depends on it.

@walteranderson
Copy link

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.

@EHLOVader
Copy link
Contributor

@walteranderson, you can see how GulpPaths might be used in @JeffreyWay's laravel-elixir-stylus

I would also recommend branching to support 2.x Elixir and 3.x Elixir. To avoid problems with that I found the use of peerDependencies is helpful. You can see how I have done that in my laravel-elixir-livereload.

I rely on this package too, but haven't moved to Elixir 3.0 just yet. Too many packages haven't updated.

@killtw
Copy link

killtw commented Aug 27, 2015

👍

@FabioAntunes
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants