bvdputte / kirby-fingerprint

Cache-busting utility to fingerprint assets (JS/CSS) in Kirby CMS
MIT License
15 stars 3 forks source link

Composer install not working #1

Closed HashandSalt closed 5 years ago

HashandSalt commented 5 years ago

You need to release and tag 👍

bvdputte commented 5 years ago

Can you help me out a bit how I do this? I'm not an experienced composer user 😅

Is this why I need packagist?

HashandSalt commented 5 years ago

Sure.... it confused me too. Yes, you need a packagist account first. Then tag a commit with a semver number like v1.0.1, push it, then in Github create release using that version number. Then go back to packagist and submit the url to the repo. It will pick up the version tag of the release. It does it this way so it knows the difference between stable releases and dev releases.

HashandSalt commented 5 years ago

Then going forward you just tag new version numbers, and make a release from it in Github - packagist will pick it up automatically.

bvdputte commented 5 years ago

Thanks! I added it: https://packagist.org/packages/bvdputte/kirby-fingerprint

Could you test if it works now?

HashandSalt commented 5 years ago

Sure.. just tried it and its all good now 👍

bvdputte commented 5 years ago

Thx for your help, James 🙌