mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04: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
|
// 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/**/*',
|
||||||
|
|||||||
Reference in New Issue
Block a user