You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When concat is on, and cache files are not generated, I run "php artisan assets:generate", the application.js will always be the empty one with a ';'. But when cache files are generated, php artisan assets:generate works fine.
It seems like the command does not consider concat
The text was updated successfully, but these errors were encountered:
When concat is on, and cache files are not generated, I run "php artisan assets:generate", the application.js will always be the empty one with a ';'. But when cache files are generated, php artisan assets:generate works fine.
It seems like the command does not consider concat
The text was updated successfully, but these errors were encountered: