Reflecting the Changes on the Client Side

Reflecting the Changes on the Client Side


While the domain is in Development Mode, you can debug the code changes on the end user browser, without publishing the bundle or patch. Adding a parameter to the website URL is all you need to do to make the accessibility engine download the patches and debug the new code at run-time. Concatenating the parameter with the value "TRUE" to the website URL will use the patches on the client side. For example: https://mk-sense.com?mk_dev=true Once the development phase is complete, the Development Mode must be turned off and the bundle must be published.
While on development mode a message will be added to the accessibility menu stating it is in adjustment process.