-
Notifications
You must be signed in to change notification settings - Fork 517
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
Problem with generating javascript files, some files are missing #5072
Comments
Hi @akazik ! Thank you for raising this issue. This oro command isn't supported by the PIM so I strongly recommend to not use it. The assets deployment, including javascript files, is performed by the following command : You can find further information about the PIM installation on our documentation : Kind regards |
We've written some Bundles with added assets and js-files. |
Hello @akazik, As @fabienlem said, this command is not supported and does not work at all since 1.3. You don't need this command to have your files available in require on in we/bundles. All you have to do is run this list of commands once the pim is installed: rm ./web/js/oro.min.js
rm -rf ./app/cache/*
app/console pim:install:asset --env=prod
app/console assets:install --symlink web Regards, Julien |
Hello @akazik, I'm closing this issue, feel free to reopen it if you need further information! Regards |
Steps to reproduce:
Output:
The text was updated successfully, but these errors were encountered: