liferay / liferay-frontend-projects

A monorepo containing assorted Frontend Infrastructure Team projects
Other
69 stars 68 forks source link

[liferay workspace]provide tooling to better support extending themes using relative paths in package.json #274

Closed gamerson closed 2 years ago

gamerson commented 4 years ago

Lets say that you have two themes in a Liferay Workspace and wondering how to do it specifically in a CI build.

@jbalsas suggested the use of manually adding relative paths in the package.json. You can see I've added an example of that here:

https://github.com/gamerson/two-themes-test/blob/main/themes/extended-theme/package.json#L19 https://github.com/gamerson/two-themes-test/blob/main/themes/extended-theme/package.json#L45

Ideally, it would be good to add some more "tooling" up front to help developers in a Liferay workspace configure these relative paths.

gamerson commented 4 years ago

cc @david-truong

izaera commented 3 years ago

@gamerson Is this still needed? I guess it is...

izaera commented 2 years ago

Closing this due to inactivity