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

Run webpack encore and execute php fos:js-routing:dump separately #469

Open
MrLexisDev opened this issue Nov 22, 2023 · 2 comments
Open

Comments

@MrLexisDev
Copy link

In my enterprise, we use jenkins for compiling our code and dockerize the whole project.

The problem is when I use npm run build (that execute encore production --progress) it tries to execute the command php bin/console fos:js-routing:dump ...

The problem is the server where I execute npm just contains node js and no php. I need to execute the php command separately.

Is there possible to not execute the php command after executing npm run build?

@bobvandevijver
Copy link
Contributor

@MrLexisDev I believe this is fixed with #462

@MrLexisDev
Copy link
Author

Thanks, I'll take a look ASAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants