Skip to content
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

Allow "winter:util compile" command to download Font Awesome if required #1314

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

bennothommo
Copy link
Member

For convenience, or if a user is unable to use NPM and/or php artisan mix:install, this will allow the php artisan winter:util compile less command to download Font Awesome if it does not exist, and place the necessary files in location in order to allow LESS compilation to work.

@bennothommo bennothommo added this to the 1.2.8 milestone Feb 21, 2025
@bennothommo bennothommo added the maintenance PRs that fix bugs, are translation changes or make only minor changes label Feb 21, 2025
@LukeTowers LukeTowers modified the milestones: 1.2.8, v1.2.9 Feb 26, 2025
@LukeTowers
Copy link
Member

@bennothommo can we change the packages that are requiring that file to be compiled with mix or vite instead of adding this complexity for the old asset compilation system?

@bennothommo
Copy link
Member Author

@LukeTowers we already use Mix to compile the icons normally. This is just a workaround for people who can't use Mix/Vite to still be able to compile assets the old way if they need. It was to basically circumvent this issue:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance PRs that fix bugs, are translation changes or make only minor changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants