-
Notifications
You must be signed in to change notification settings - Fork 71
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
Laravel Mix Support #44
Comments
To be honest, this package used to contain a dependency on https://github.com/capistrano/npm I believe. You could try adding it separately and see how your results may fare. It seems it hasn’t had any update in 2 years, so I’m unsure if anything has changed there. I wouldn’t be against trying to figure out a solution as it’s something I’m also interested in. |
Not sure which approach is better - deploying the generated files or generating them on the target server with Laravel Mix. What I did to generate them on the server was:
Do you see anything wrong in this approach? I am new to Capistrano, so any feedback will be appreciated. |
You'd want to run it before the published stage as if it's already symlinked to current, that means the site should be live/ready to access. |
Is there built-in support for Laravel Mix?
If not, is there a recommended way to run
npm run production
?The text was updated successfully, but these errors were encountered: