This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

cms:onBeforeResourceCombine event

Triggered by Cms_Controller
Author LemonStand eCommerce Inc.

Event handler signature

public string event_onBeforeResourceCombine()
{return} string returns the updated resources string if the default resource combiner result should be altered.
Allows to implement custom resource combining approaches. The event handler can return a string which is returned from Cms_Controller::js_combine() and Cms_Controller::css_combine() methods. The event handler receives an array of parameters with the following keys: The handler should return a string which will be returned from js_combine() or css_combine() methods.