owenvoke / blade-fontawesome

A package to easily make use of Font Awesome in your Laravel Blade views.
https://packagist.org/packages/owenvoke/blade-fontawesome
MIT License
170 stars 30 forks source link

feat: update to use npm for auto-updates #23

Closed owenvoke closed 3 years ago

owenvoke commented 3 years ago

This makes it much easier to manage updates, as it's just an npm install, rather than manually downloading the ZIP and extracting it, etc.

This needs thorough testing, and also I'd like to try and remove the need for the .version file. Not entirely sure how though, basically not have to check for updates all the time. Perhaps something like checking for any changes to the package.json?