After following the installation steps at , I successfully installed CoffeeScript on my system.
Everything was running smoothly as the coffee code was compiled to JavaScript whenever I pressed ctrl + s
.
Recently, a colleague retrieved my code from the source control and attempted to make changes to the CoffeeScript file. However, after saving the changes, no updates were reflected in the JavaScript file.
We even tried installing CoffeeScript through Nuget, but unfortunately, that did not rectify the issue.
Would anyone happen to have any suggestions on how to address this problem?