Add GOV.UK Elements as a submodule

Since GOV.UK Elements is versionned now it makes sense to bring it in as a
dependency. This enforces a separation between what generic stuff we’re using
from Elements and what is specific to our app.

The benefit is that when the generic stuff changes it will be easy to bring
those changes in.

This commit also bumps GOV.UK frontend toolkit to the latest version (v4.5.0).
This commit is contained in:
Chris Hill-Scott
2015-12-10 16:52:45 +00:00
parent 1f39a0fe61
commit 73ccea4d1f
29 changed files with 15 additions and 1780 deletions

7
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "app/assets/govuk_frontend_toolkit"]
path = app/assets/govuk_frontend_toolkit
[submodule "app/assets/stylesheets/govuk_frontend_toolkit"]
path = app/assets/stylesheets/govuk_frontend_toolkit
url = https://github.com/alphagov/govuk_frontend_toolkit.git
[submodule "app/assets/stylesheets/govuk_elements"]
path = app/assets/stylesheets/govuk_elements
url = https://github.com/alphagov/govuk_elements.git