Do you need to know what base theme/themelet(s) your theme extends? Follow these steps to list your theme’s extensions with the Status task. Note that this task only works for themes that use the liferay JS Theme Toolkit, such as those created with the Liferay Theme Generator.
-
Navigate to your theme’s root folder.
-
Run
gulp status
to print your theme’s current extensions to the command line.
Your theme’s current extensions are also found under the baseTheme
and
themeletDependencies
headings in your theme’s package.json
.