-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added config file for integration points with govuk-prototype-kit.
To accompany the extensions proposal this config allows govuk-frontend to be an extension in the prototype kit. Implementation details can be found here alphagov/govuk-prototype-kit#613 Proposal details can be found here alphagov/govuk-design-system-architecture#9
- Loading branch information
Mat Carey
committed
Feb 7, 2019
1 parent
afd0ea5
commit 43f3c40
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"nunjucksPaths": [ | ||
"/", | ||
"/components" | ||
], | ||
"scripts": [ | ||
"/all.js" | ||
], | ||
"assets": [ | ||
"/assets" | ||
], | ||
"sass": [ | ||
"/all.scss" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters