Merge pull request #123 from cisagov/ik/stable-uswds-assets

Add asset compilation and collection before deploy
This commit is contained in:
Igor Korenfeld 2022-09-15 12:03:47 -04:00 committed by GitHub
commit 784be2b279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 1 deletions

View file

@ -28,6 +28,7 @@ uswds.paths.dist.img = ASSETS_DIR + 'img';
* Add as many as you need
*/
exports.default = uswds.compile;
exports.init = uswds.init;
exports.compile = uswds.compile;
exports.watch = uswds.watch;