laravel-elixir-bower
laravel-elixir-bower copied to clipboard
Upgrade to support Elixir 3.x
This will fix #6 which is really a result of the breaking API changes in Elixir at version 3.0
I have included the latest branches I found in other pull requests. I myself use all of those features so I packaged them in here.
In 62b4f2 I pinned to version 2.x of Elixir so you can still maintain a branch to support other users.
This worked perfectly for me. You're a star.
Works great for me as well but I copied and pasted.. How do I install this properly?
@offroff if you want to hard code my branch in place until this is merged you can use the following line in your package.json
"laravel-elixir-bower": "ehlovader/laravel-elixir-bower#elixir3",
I'll try to take a look at this later today :smiley:
Any update on this?
you should set peerDependency to Elixir 4 since it's already released :smiley:
Crinsane commented on Oct 11, 2015 so when?
I need to reevaluate the peer dependencies. Major version updates have been happening in laravel-elixir but they aren't breaking changes for any of these packages.
Removing them should work, but would allow elixir 2 which isn't supported. Because that was the old api. What does everyone think, remove the peer dependency completely? a la https://github.com/EHLOVader/laravel-elixir-bower/pull/1