Workflow/Configuration for purge
See original GitHub issueHi thanks for the project
I have an issue where I am using the purge option for my templates
module.exports = {
purge: {
content: ['./**/templates/**/*.html'],
safelist: ['underline','cursor-pointer','grid-cols-3','gap-1','grid-cols-2'],
},
The css for the templates is not being applied when I deploy to prod If I am using the crispy template pack fields do I just need to add a path to my content that will be for the path to the templates in site packages?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How To Set Up Workflow Purge via Schedule job for DRTM ...
Go to "Manage Data..." UI, Create or open "DRTM Workflow Purge Objects" and set you desired values for country, retention time · Here...
Read more >How to Schedule a Purge Job for Completed Workflow Instances
To do this, configure the "Workflow Purge Scheduler" OSGi configuration at /system/console/configMgr. See below for a job that deletes completed workflow ...
Read more >Administering Workflow Instances | Adobe Experience Manager
You can also create multiple configurations of the service to purge workflow instances that satisfy different criteria. For example, create a ...
Read more >Workflow Purge Scheduler | ACS AEM Commons - Argil DX
Workflow Remover · Navigate to Tools and go to ACS AEM Commons. Click on Workflow Remover. · Configure this to set up the...
Read more >Purge workflow data - Nintex help documentation
In the Site Actions menu, click on Site Settings. In the Nintex Workflow section, click on Purge workflow data. Click on Switch to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes I did think about adding to the safelist. It wouldnt be that hard to generate it but it may make the config quite bloated.
Let me play around some more and I’ll come back here with my findings/example.
Hi @chriswedgwood hope you are well. Love your work on Django snippets. ♥️
Umm… so… There’s a purge option? 🕵️
I’m really happy to investigate but I’ve not come across this, I’m still learning lots about Django!
Maybe it is not possible but is there a small test project you could share that shows this issue?
Take care.