DFE-Digital / rails-template

Rails 7 template with GOV.UK Frontend
27 stars 5 forks source link

Fix template and tidy up README #12

Closed tvararu closed 2 years ago

tvararu commented 2 years ago

We previously removed the package.json but forgot to add references to govuk-frontend and to esbuild/sass. By using rails css:install:sass and rails javascript:install:esbuild, Rails can handle installing the latest versions for us.

Also tidy up the README to make it clearer how this template differs from govuk-rails-template.