Problem with TFS and Gulp

Asked

Viewed 56 times

1

When I use Gulp with TFS I have problems executing Gulp commands: TFS when checking the files, it locks the actions of Gulp, not letting it read the files checked by TFS. My solution is to give Edit in all the solution files. Is there any other solution to work with this environment? Because this way I lose all version control because I always upload all files from frontend.

  • Are you using TFVC? Why don’t you use Git as a repository?

1 answer

1

Hello, an alternative to this problem is to use the Gulp-tfs plug-in (https://github.com/heatmonkey/gulp-tfs), it allows you to give Edit and lock into the desired files. The check-in as far as I know would have to be manual even.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.