Fórum

Frustration sinks in. Developer mode not working

Francis Zabala, modificado 11 Anos atrás.

Frustration sinks in. Developer mode not working

New Member Postagens: 13 Data de Entrada: 01/02/12 Postagens Recentes
Hello again guys,

I am now in developing a custom theme for liferay and well, liferay and I started off bad. And here's another one, Developer mode is not working on Liferay 6.1 Tomcat Bundle.

How do you check if you really are in development mode? I keep editing the theme files in webapps/ROOT/MyTheme-theme and the changes aren't reflecting. Even if I had to delete the css, it still sees the old css as if it were never deleted. But when I renamed MyTheme-theme to MyTheme-theme, then the site breaks.

Why is theme development have to be this frustrating?

Regards,
Francis
Francis Zabala, modificado 11 Anos atrás.

RE: Frustration sinks in. Developer mode not working

New Member Postagens: 13 Data de Entrada: 01/02/12 Postagens Recentes
Well, fixed my issue by going to about:config -> network.http.use-cache -> false. That's on firefox.
thumbnail
Jan Geißler, modificado 11 Anos atrás.

RE: Frustration sinks in. Developer mode not working

Liferay Master Postagens: 735 Data de Entrada: 05/07/11 Postagens Recentes
Why do you put your theme in /ROOT/ ?
thumbnail
Muzakir Khan, modificado 11 Anos atrás.

RE: Frustration sinks in. Developer mode not working

Regular Member Postagens: 112 Data de Entrada: 15/03/12 Postagens Recentes
Francis Zabala:

Why is theme development have to be this frustrating?

For your kind information the theme development in Liferay is the damn easy one.. Hope you are new to it..

Regards
Khan
thumbnail
Pinkesh Gandhi, modificado 11 Anos atrás.

RE: Frustration sinks in. Developer mode not working

Junior Member Postagens: 99 Data de Entrada: 27/01/12 Postagens Recentes
If you are developing custom theme then you should not put it inside ROOT folder. So if you have followed correct steps for creating and deploying theme, your custom theme will be deployed directly inside webapps folder and you can change whatever you want inside your custom theme folder directly. For more detail you can refer this link

I hope this might resolve your issue.