Skip to content

Commit

Permalink
add /dist to assets
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanman committed Aug 30, 2023
1 parent f21c097 commit 185889f
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions govuk-prototype-kit.config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"scripts": [
"/dist/accessible-autocomplete.min.js"
],
"stylesheets":[
"/dist/accessible-autocomplete.min.css"
]
}
"assets": [
"/dist/"
],
"scripts": [
"/dist/accessible-autocomplete.min.js"
],
"stylesheets": [
"/dist/accessible-autocomplete.min.css"
]
}

0 comments on commit 185889f

Please sign in to comment.