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
When running a program via gulp build, gulp dev, or gulp serve, if the dev, html, etc. folders do not exist, the terminal should tell the user that the folder does not exist instead of throwing a bunch of errors.
Additionally, you could ask the user the name of the folder they want to validate the html/css/javascript in (when the user first uses gulp dev, build, or serve) instead of always looking in `dev/html/', 'dev/js/', etc. What happens if the user wants to run the gulp file script in, say, a folder named myhtmlfolder? The user has to manually change every folder name in the gulpfile, which they might not want to do.
The text was updated successfully, but these errors were encountered:
When running a program via gulp build, gulp dev, or gulp serve, if the dev, html, etc. folders do not exist, the terminal should tell the user that the folder does not exist instead of throwing a bunch of errors.
Additionally, you could ask the user the name of the folder they want to validate the html/css/javascript in (when the user first uses gulp dev, build, or serve) instead of always looking in `dev/html/', 'dev/js/', etc. What happens if the user wants to run the gulp file script in, say, a folder named myhtmlfolder? The user has to manually change every folder name in the gulpfile, which they might not want to do.
The text was updated successfully, but these errors were encountered: