Skip Navigation
Expand
/customer/assets/themes applied production to site without stage or promote
Answer ID 11530   |   Last Review Date 05/08/2020

How do I ensure that files modified in /customer/assets for CP require a stage and promote to apply to production?

Environment:

Customer Portal
Oracle B2C Service

Resolution:

This CP code requires stage and deploy of changes of \cp\customer\assets\themes\standard\main.css

<rn:theme path="/euf/assets/themes/standard"/>
<link href="main.css" rel="stylesheet" />

This CP code does not require stage and deploy of changes to \cp\customer\assets\themes\standard\main.css

<link href="/euf/assets/themes/standard/main.css" rel="stylesheet" />