ePages 6.11.0 - DE_EPAGES/JQuery/API/PackageBuilder.pm

Package DE_EPAGES::JQuery::API::PackageBuilder

This module provides an API for creating javascript and CSS packages.

@EXPORT_OK
RunJavaScriptPackaging
RunCSSPackaging

Functions

RunCSSPackaging
RunJavaScriptPackaging

RunCSSPackaging

This procedure creates the css packagess based present css files in the webroot/storetypes/<version>/<store>/css directory.

Syntax
RunCSSPackaging($hParams);
Input
$hParams (ref.hash)
build parameters
  • StoreType - store type (required) - string
  • Profile - the used profile file (optional) - string
  • Version - epages version

RunJavaScriptPackaging

This procedure creates the javascript packages based on layout profiles - depending on its params.

Syntax
RunJavaScriptPackaging($hParams);
Input
$hParams (ref.hash)
build parameters
  • StoreType - store type (required) - string
  • Profile - the used profile file (optional) - string
  • Version - epages version
  • User - username for owner, i.e. 'ep_appl' (optional) - string
  • Group - username for owner, i.e. 'ep_web' (optional) - string
  • Debug - debugging messages, verbose minifier (optional) - boolean