Skip to content

Commit 1af88c1

Browse files
authored
Merge pull request uswds#1473 from uswds/jm-phase-2-patch
Fix uswds-compile path in Phase 2
2 parents 58e4bb4 + 2c81927 commit 1af88c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/documentation/getting-started-developers/phase-two.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Setting | Default | Description
137137
`paths.src.img` | `"./node_modules/uswds/dist/img"` | Source location of the USWDS images
138138
`paths.src.js` | `"./node_modules/uswds/dist/js"` | Source location of the USWDS compiled JavaScript files
139139
`paths.src.projectSass` | `"./sass"` | Source location of any existing project Sass files outside of `paths.dist.sass`.<br/> The `watch` script will watch this directory for changes.
140-
`paths.dist.sass` | `"./sass"` | Project destination for theme files (Sass entry point and settings)
140+
`paths.dist.theme` | `"./sass"` | Project destination for theme files (Sass entry point and settings)
141141
`paths.dist.img` | `"./assets/uswds/images"` | Project destination for images
142142
`paths.dist.fonts` | `"./assets/uswds/fonts"` | Project destination for fonts
143143
`paths.dist.js` | `"./assets/uswds/js"` | Project destination for compiled JavaScript

0 commit comments

Comments
 (0)