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

Eng 702 static resources not copied in final bundle #82

Merged
merged 6 commits into from
Jun 26, 2020

Conversation

Kerruba
Copy link
Contributor

@Kerruba Kerruba commented Jun 25, 2020

With this PR I've implemented some functionalities:

  1. To support ENG-702 now I sync the content of the static folder in the MFE sources to the resources of the bundle
  2. I've also implemented the fix for ENG-701 so that we search now for bundles folder only at ui/widgets/{entity}/{widgets} level rather than in the full ui/widgets/ tree
  3. I've introduced also an .env.production environment with a PUBLIC_URL that should solve the portability of the bundle. This is only a temp solution to ENG-728 until we find a more general solution for any ingressPath of the entando-de-app the user would like to use
  4. I've also created a script that will build and publish automatically the docker image for the microservice generated with the blueprint, and it's invokable using the ./buildBundle [-d|--doker]. I've also created a new run script in the package.json to call this: npm run build-all. Happy to get feedback on this

Kerruba added 4 commits June 23, 2020 23:54
@Kerruba Kerruba merged commit 5a05af6 into master Jun 26, 2020
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

Successfully merging this pull request may close these issues.

2 participants