mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 14:45:00 -05:00
Updated function name
This commit is contained in:
@@ -142,10 +142,10 @@ uswds.paths.dist.theme = paths.src + 'sass/uswds';
|
||||
|
||||
// Task to compile USWDS styles
|
||||
const styles = async () => {
|
||||
await uswds.compile();
|
||||
await uswds.compileSass();
|
||||
};
|
||||
|
||||
// Task to copy USWDS assetsconst
|
||||
// Task to copy USWDS assetsconst
|
||||
const copyUSWDSAssets = () => {
|
||||
return src([
|
||||
'node_modules/@uswds/uswds/dist/img/**/*',
|
||||
|
||||
Reference in New Issue
Block a user