Page MenuHome

Remove gulp and pug
ClosedPublic

Authored by Anna Sirota (railla) on Feb 12 2021, 7:17 PM.

Details

Summary

Same as was already done in Blender ID:

  • Removes pug templates, replacing them with HTML;
  • Sets up pypugjs for the remaining external pug templates coming from BWA;
  • Removes all of the gulp boilerplate, replacing it with libsasscompiler and django-pipeline;
  • Moves around static files to make it easier to setup django-pipeline;

The branch: html-templates-no-gulp

  • Tests pass
  • Image can be built
  • Things look okay as far as visual testing in local setup goes;
  • Deploying to production worked on this branch.

Diff Detail