laravel-elixir-bower icon indicating copy to clipboard operation
laravel-elixir-bower copied to clipboard

Upgrade to support Elixir 3.x

Open EHLOVader opened this issue 10 years ago • 8 comments

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.

EHLOVader avatar Sep 02 '15 05:09 EHLOVader

This worked perfectly for me. You're a star.

ramirezd42 avatar Sep 30 '15 01:09 ramirezd42

Works great for me as well but I copied and pasted.. How do I install this properly?

offroff avatar Oct 09 '15 19:10 offroff

@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",

EHLOVader avatar Oct 09 '15 21:10 EHLOVader

I'll try to take a look at this later today :smiley:

Crinsane avatar Oct 11 '15 14:10 Crinsane

Any update on this?

antonybudianto avatar Nov 20 '15 15:11 antonybudianto

you should set peerDependency to Elixir 4 since it's already released :smiley:

antonybudianto avatar Nov 21 '15 04:11 antonybudianto

Crinsane commented on Oct 11, 2015 so when?

FDiskas avatar Mar 08 '16 08:03 FDiskas

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

EHLOVader avatar Mar 17 '16 01:03 EHLOVader