Herwig thanks for your comments.
I was able to solve the problem by doing the following. I created a new source directory and changed the src path for lein-cljsbuild to the new src dir. Then I started saving one file after another to the dir. All this while I had lein cljsbuild running as auto. The instance I saved the file having faulty code to the new dir, the error stacktrace showed up in the terminal running cljsbuild.
It did solve my problem, however is there a better way to do it then the trial and error method ?
Thanks,
Murtaza