Problem with TFS and Gulp

1

When I use gulp with TFS I have trouble executing gulp commands: TFS when checked the files, it locks the gulp's actions, not letting it read the files checked by TFS. My solution is to give edit to all solution files. Is there any other solution for working with this environment? Because this way I lose all version control because I always upload all the files in the frontend .

    
asked by anonymous 25.12.2014 / 19:32

1 answer

1

Hello, an alternative to this problem is to use the gulp-tfs plugin ( link ), it lets you give edit and lock on the desired files. Checking in as far as I know would have to be manual anyway.

    
24.02.2015 / 20:28