microsoft / vscode-azurestaticwebapps

Azure Static Web Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps
MIT License
86 stars 33 forks source link

Suggestion, remove Build step for HTML preset in VS Code/Portal #851

Open softchris opened 11 months ago

softchris commented 11 months ago

HTML preset when deploying an Azure Static Web App is a great new improvement as it makes it easer for folks that have just pure HTML, CSS and JS and there's no need to build something and there's no API.

A way to improve it would be to remove the step asking for build directory as there's no build directory. The only thing we need to ask for is app location

So suggest to remove this step

image