Workflow for making Skin Updates
When updating the Component Styles or Mixins for a skin in the Dev envioronment, we are only able to see changes after logging out, clearing browser cache, and then logging back in.
Are there cache settings in the Dev Studio to prevent this caching so that we can simply refresh the browser?
Also, what we are seeing in the Dev Studio when we change a component style or mixin, doesn't reflect on the front end. How can we over ride what ever inherited styles are overriding our skin settings?
Is there existing documentation providing guidance on this?
Thanks.
@DavidS597 please can you confirm the version of Pega you have installed?
Not sure whether you are directly logging to the application which launches end user portals or navigating from designer studio. Please check the following.
1) There is no different skin is defined in Operator preferences ( if you are launching end user portals from designer studio)
2) make sure that your portal level skin is configured with the correct skin rule
If you are using CSS changes to override the Pega stylings did you add these stylings in a separate css file and then attach it to the application skin? Then the styling can be applied to the entire application. It is best not to apply these changes in the UserWorkForm as it will be deprecated in releases 8.7 and above.
Are you not seeing changes even on the same node?
Did you check the steps outlined in this PCC question ?
Some of the skin formats created under skin rule are also managed through extra CSS styles in PEGA. So, if you need to changes the existing format for any control type in skin rule, update the skin rule as well check if there is any CSS which you might need to override in your application css worksheet.
@DavidS597 please can you confirm the version of Pega you have installed?
Not sure whether you are directly logging to the application which launches end user portals or navigating from designer studio. Please check the following.
1) There is no different skin is defined in Operator preferences ( if you are launching end user portals from designer studio)
2) make sure that your portal level skin is configured with the correct skin rule
If you are using CSS changes to override the Pega stylings did you add these stylings in a separate css file and then attach it to the application skin? Then the styling can be applied to the entire application. It is best not to apply these changes in the UserWorkForm as it will be deprecated in releases 8.7 and above.
Are you not seeing changes even on the same node?
Did you check the steps outlined in this PCC question ?
Some of the skin formats created under skin rule are also managed through extra CSS styles in PEGA. So, if you need to changes the existing format for any control type in skin rule, update the skin rule as well check if there is any CSS which you might need to override in your application css worksheet.
Can you confirm you change the mixin as per the documentation and here?