typescript - Compiling TS fails because it can't delete js files which are in source control -


this follow this question.

i have added generated files vs project, , publishes successfully. however, when build project, 38 errors telling me vs "unable delete *.js because access path denied." in other words, source control has put read-only lock on of files , not able unlock them automatically.

i don't see way around other manually checking out every compiled javascript file compiler can it's work.

just try going route , checking if files read only. have change when latest version code in vs2013. can uncheck "read only" option whole containing folder.

btw, don't delete files source control, exclude them.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -