As much as i try to find an explicit manual over the Liferay 7.2 documentation im not able to get a concrete and "non cryptic" way of implement clay in Liferay 7.2. Just looking forward for some feedback about just how to implement Clay on a Liferay 7.2 theme because everything i have found so far is how great Clay is and how great Clay works with Liferay but no how to implement inside it. Will really appreciate some feedback.
Update:
After a lot of research, this is what i did but now i have JAVA errors (I repeat im a front end dev so im 100% ignorant when it comes to JAVA):
Added this code to my build.gradle in the liferay-workspace directory:
compileOnly group: "com.liferay", name: "com.liferay.frontend.taglib.soy", version: "1.0.10"
compileOnly group: "com.liferay", name: "com.liferay.frontend.taglib.clay", version: "1.0.0"
Import the taglib on mi init.jsp (inside liferay-dxp-7.2.10-ga1\tomcat-9.0.17\webapps\ROOT\html\portal) in order to use it in every portlet and webcontent:
And now i'm getting this error:
"The absolute uri: [http://liferay.com/tld/clay] cannot be resolved in either web.xml or the jar files deployed with this application"