-
Notifications
You must be signed in to change notification settings - Fork 20
Upgrade to support Elixir 3.x #8
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
base: master
Are you sure you want to change the base?
Conversation
Font file not modified won't be copied, for a faster gulp process
[Rmv] Hardcoded ref to public dir
…or an output folder.
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
|
I'll try to take a look at this later today 😃 |
Any update on this? |
you should set peerDependency to Elixir 4 since it's already released 😃 |
Crinsane commented on Oct 11, 2015 |
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. |
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.