To deploy client extension in liferay follow these steps:
- Navigate to the client extension folder using the command:
cd client-extensions\theme-css
Do your changes in the file and save it. - Deploy the client extension by running the following command in the terminal:
..\..\gradlew clean deploy
This will deploy the theme-css
client extension in Liferay. Make sure to replace theme-css
with the name of your client extension if it’s different.
Read More: Mastering Front-End Client Extensions in Liferay DXP