Skip to content

Commit

Permalink
Add GOV.UK Prototype Kit extension configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Aug 17, 2022
1 parent 4ed7b5e commit e8c9531
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions govuk-prototype-kit.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"nunjucksPaths": [
"/"
],
"sass": [
"/x-govuk/all.scss"
],
"scripts": [
"/x-govuk/all.js"
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
},
"license": "MIT",
"files": [
"x-govuk"
"x-govuk",
"govuk-prototype-kit.config.json"
],
"main": "x-govuk/all.js",
"module": "x-govuk/all.mjs",
Expand Down

0 comments on commit e8c9531

Please sign in to comment.