mozilla / sumo-experiments

1 stars 5 forks source link

Find a way to serve static assets from kitsune #5

Closed johngian closed 5 years ago

akatsoulas commented 5 years ago

Currently there are two options. Either serve the index.html as a static file or render the template server-side and use django-pipeline for static file serving. The first option is simpler whereas the second option will allow greater flexibility in case we need to add more dynamic content. Both options have been tested as POC. Decision will probably lie with the menu integration.

akatsoulas commented 5 years ago

The rest of the work will be tracked in #17.