nhsuk / wagtail-nhsuk-frontend

A wagtail implementation of the NHS.UK frontend library
MIT License
21 stars 13 forks source link

Proper package management of css and js #221

Open mikemonteith opened 2 years ago

mikemonteith commented 2 years ago

The nhsuk-frontend CSS and JS files are just copy-and-pasted into this repo, which could be error prone.

We should build in a system where the nhsuk-frontend version is tracked here and the setup.py pulls in the correct css/js files automatically (either from npm or directly from github?)