Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The custom themes should be created in the defined structure (its recommended to use the default theme as a template) and then zipped (GZIP) into a compressed file with the name ThemeName.zip 
 zip
where ThemeName is the name of the Theme.

 

Info

During creation of a new theme it can be beneficial to disable the following resource features minification, client cache and gzipping the content before sending to clients. This can be done by naming the theme with the following prefixes.

  • ThemeName.nominify.zip
  • ThemeName.noclientcache.zip
  • ThemeName.nogzip.zip
  • or a combination ex: ThemeName.nominify.noclientcache.nogzip.zip 

This will prevent Meridix Studio from using performance optimzation features dureing development of a new theme.