Open akhileshThapliyal opened 3 months ago
When I use the following setting in my custom style it works ie., by setting __include to False. However, setting it to "True" doesn't work .ie it doesn't include the styles. Logically it should.
Django + Iommi Playground: https://github.com/akhileshThapliyal/django_plaground
root__assets=dict( css__include=False, popper_js__include=False, js__include=False, jquery__include=False ),
root__assets=dict( css__include=True, popper_js__include=True, js__include=True, jquery__include=True ),
root__assets=dict( # css__include=True, # popper_js__include=True, # js__include=True, # jquery__include=True ),
When I use the following setting in my custom style it works ie., by setting __include to False. However, setting it to "True" doesn't work .ie it doesn't include the styles. Logically it should.
Django + Iommi Playground: https://github.com/akhileshThapliyal/django_plaground
This configuration below still excludes the CSS and JS.
This configuration below still excludes the CSS and JS.
This configuration includes the CSS and JS.