I am working on a project generated with Jhipster 2.1.1
When I package with Prod profile, if I check the files that are generated in Dist folder, I only see the files that were generated during the creation of the project (files that were generated by jhipster generator).
All the scripts that were created after the first generation of the project(when I created entities) are not in the dist folder, and the one that have been updated (navbar for example) stay in their original version.
Is it a known issue or something I should configure in my project in order to make the prod package work successfully?
Thank you.