wagtail-nest / wagtail-bakery

A set of helpers for baking your Django Wagtail site out as flat files.
MIT License
182 stars 40 forks source link

Prevent unnecessary admin/wagtail static files from building #4

Open robmoorman opened 7 years ago

robmoorman commented 7 years ago

All django admin related should not be included in the build, as well for all wagtail static files.

robmoorman commented 7 years ago

Check with django-bakery

robmoorman commented 7 years ago

Raised an issue with several solutions at django-bakery

loicteixeira commented 6 years ago

For reference, the issue was raised and discussed on datadesk/django-bakery#107 and there is an unmerged PR at datadesk/django-bakery#124.