m-a-k-o / django-mix

Django integration for Laravel Mix
MIT License
27 stars 3 forks source link

Latest version is not in pip #3

Closed EmperorArthur closed 5 years ago

EmperorArthur commented 5 years ago

Hello,

The latest changes to master are not reflected in the current pip download.

As such, the instructions regarding "LARAVELMIX_MANIFEST_DIRECTORY" do not work!

I would appreciate it if you could upload the latest version to pip.

m-a-k-o commented 5 years ago

Hello @EmperorArthur,

I will publish new version tomorrow.

Thank you!

zodman commented 5 years ago

+1

zodman commented 5 years ago

Hello @EmperorArthur,

I will publish new version tomorrow.

Thank you!

pip install git+https://github.com/m-a-k-o/django-mix.git

EmperorArthur commented 5 years ago

pip install git+https://github.com/m-a-k-o/django-mix.git

Yes, that is what I ended up doing. However, there are a few negatives to that approach. First, my Docker container now has to have git installed. Second, this is the equivalent to running nightly. It's not a development branch and should be stable, but it's still git master.

m-a-k-o commented 5 years ago

Latest version published on pypi.

Sorry for delay :/