Updated function name

This commit is contained in:
alexjanousekGSA
2025-06-10 20:42:55 -04:00
parent 9293bece83
commit 7cd6bc2725

View File

@@ -142,10 +142,10 @@ uswds.paths.dist.theme = paths.src + 'sass/uswds';
// Task to compile USWDS styles // Task to compile USWDS styles
const styles = async () => { const styles = async () => {
await uswds.compile(); await uswds.compileSass();
}; };
// Task to copy USWDS assetsconst // Task to copy USWDS assetsconst
const copyUSWDSAssets = () => { const copyUSWDSAssets = () => {
return src([ return src([
'node_modules/@uswds/uswds/dist/img/**/*', 'node_modules/@uswds/uswds/dist/img/**/*',