Define default for the gulpfile

This commit is contained in:
igorkorenfeld 2022-09-14 13:03:11 -04:00
parent f5c848f27d
commit b4b72e4b65
No known key found for this signature in database
GPG key ID: 826947A4B867F659

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;