You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a personal support request that should be posted on the Roots Discourse community
The feature
When running bud doctor, check application source and config for missing extensions.
Examples:
Application includes .scss files but @roots/bud-sass is not resolvable and there is no handler for .scss files registered to bud.build.rules otherwise.
Application calls bud.imagemin in config file but @roots/bud-imagemin is not resolvable and there is no function registered to bud.imagemin otherwise.
Use case
No response
Notes
No response
The text was updated successfully, but these errors were encountered:
Agreement
The feature
When running
bud doctor
, check application source and config for missing extensions.Examples:
.scss
files but@roots/bud-sass
is not resolvable and there is no handler for.scss
files registered tobud.build.rules
otherwise.bud.imagemin
in config file but@roots/bud-imagemin
is not resolvable and there is no function registered tobud.imagemin
otherwise.Use case
No response
Notes
No response
The text was updated successfully, but these errors were encountered: