liferay / liferay-frontend-projects

A monorepo containing assorted Frontend Infrastructure Team projects
Other
66 stars 67 forks source link

fix: build and start for FDS Cell Renderer projects #1120

Closed izaera closed 1 year ago

izaera commented 1 year ago

I will probably send a follow-up PR in the near future to refactor all the project tasks stuff. This is because it is very probable that all CX types relying on JS and/or static assets (ie: those built by webpack) are built in the same way, so we don't want to be tweaking 20 different files whenever we add a new type.

My idea is to have a global map where we assign each project type to a base category so that we can reuse 2 or 3 different specific implementations of build, start, deploy, etc. for all of them.

izaera commented 1 year ago

I've updated the target platforms to fix live development