Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
Copy jui asset files to fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
taleb committed Feb 4, 2019
1 parent b7c5ae0 commit 77ce803
Show file tree
Hide file tree
Showing 108 changed files with 14,051 additions and 424 deletions.
34 changes: 31 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,45 @@
"polyfills": "projects/annotation-ui-app/src/polyfills.ts",
"tsConfig": "projects/annotation-ui-app/src/tsconfig.app.json",
"assets": [
"projects/annotation-ui-app/src/favicon.ico",
"projects/annotation-ui-app/src/assets",
{
"glob": "**/*",
"input": "dist/annotation-ui-lib/assets",
"output": "/assets"
},
{
"glob": "**/*",
"input": "projects/annotation-ui-app/src/public",
"output": "/public"
},
{
"glob": "favicon.ico",
"input": "projects/annotation-ui-app/src",
"output": "/"
},
{
"glob": "**/*",
"input": "node_modules/@hmcts/frontend/assets",
"output": "/public"
},
{
"glob": "**/*",
"input": "node_modules/@hmcts/frontend/assets",
"output": "/assets"
},
{
"glob": "**/*",
"input": "node_modules/govuk-frontend/assets",
"output": "/public"
},
{
"glob": "**/*",
"input": "node_modules/govuk-frontend/assets",
"output": "/assets"
}
],
"styles": [
"dist/annotation-ui-lib/assets/annotation-ui-theme.scss",
"projects/annotation-ui-app/src/styles.css"
"projects/annotation-ui-app/src/styles.scss"
],
"scripts": [
"dist/annotation-ui-lib/assets/js/pdf.min.js",
Expand Down

0 comments on commit 77ce803

Please sign in to comment.