mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-28 19:59:18 -04:00
Updating site to use USWDS styles (#509)
* Updated header and footer * Updated fonts * Moved files around and updated gulpfile to correct the build process when it goes to production * Adjusted grid templating * Added images to assets * Update app/templates/components/uk_components/footer/template.njk Co-authored-by: Steven Reilly <stvnrlly@users.noreply.github.com>
This commit is contained in:
@@ -243,7 +243,8 @@ const defaultTask = parallel(
|
||||
javascripts
|
||||
),
|
||||
sass,
|
||||
uswds.compile
|
||||
uswds.compile,
|
||||
uswds.copyAssets
|
||||
)
|
||||
);
|
||||
|
||||
@@ -279,6 +280,9 @@ uswds.settings.version = 3;
|
||||
* Set as many as you need
|
||||
*/
|
||||
uswds.paths.dist.css = './app/static/css';
|
||||
uswds.paths.dist.js = './app/static/js';
|
||||
uswds.paths.dist.img = './app/static/img';
|
||||
uswds.paths.dist.fonts = './app/static/fonts';
|
||||
uswds.paths.dist.theme = './app/assets/sass/uswds';
|
||||
|
||||
/**
|
||||
@@ -287,4 +291,5 @@ uswds.paths.dist.theme = './app/assets/sass/uswds';
|
||||
*/
|
||||
exports.init = uswds.init;
|
||||
exports.compile = uswds.compile;
|
||||
exports.watch = uswds.watch;
|
||||
exports.watch = uswds.watch;
|
||||
exports.copyAssets = uswds.copyAssets;
|
||||
Reference in New Issue
Block a user