掲示板

Custom structure of theme

9年前 に Petr Masat によって更新されました。

Custom structure of theme

New Member 投稿: 4 参加年月日: 14/12/02 最新の投稿
Hi all,

is posible make in Liferay custom structure of theme? I would like make theme as small folder package like:

Folder package:
  • script.js
  • script_test.js
  • style.css
  • example.html
  • /image/


and from this will be during maven compile place to custom.css, main.js and image copy to /images/<project>/<package>/

Have any body experience with this idea?

Thank's a lot,
Peter
thumbnail
9年前 に David H Nebinger によって更新されました。

RE: Custom structure of theme

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
This doesn't seem to be a theme at all? Is it perchance css/js to be included in a portlet?

Liferay has it's theme stuff broken out into manageable parts but leverages some tricks to pull it all together to seem smaller than what it looks like originally.

Additionally I advocate using a caching web server (i.e. Varnish) to reduce the impacts on your app server...