Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flag for specifying which web resources to synchronize #38

Open
henrikhannemose opened this issue Dec 20, 2019 · 1 comment
Open

Flag for specifying which web resources to synchronize #38

henrikhannemose opened this issue Dec 20, 2019 · 1 comment

Comments

@henrikhannemose
Copy link
Collaborator

henrikhannemose commented Dec 20, 2019

Is your feature request related to a problem? Please describe.
We have non-coders deploying via DAXIF. They would like to easily be able to add web resources (e.g. images) to a solution, without having to understand DAXIF, Visual Studio, Git etc.
Today they can add web resources directly to a solution, but DAXIF will then try to delete those web resources (and fail if they are in use).

Describe the solution you'd like
I suggest changing DAXIF such that it only tries to delete web resources if their type/name is in a whitelist. E.g. .js and .html files could by default be the only files that DAXIF tries to delete if they are not in version control.

@RemyDuijkeren
Copy link

Are you using Azure DevOps or GitHub? Non-coders can drag-and-drop files into the browser in the correct folder. The files will be uploaded and a commit dialog wil pop-up. They fill in the reason for adding the files and press commit. After an (automatic) deployment the files are available in the solution.

Hopefully this alternative way is easy enough for them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants