Webstorm: Debugging AngularJS webapps created by Yeoman / gulp-angular
For my AngularJS webapps I use the gulp-angular generator for Yeoman to get me started. It includes awesome features like preconfigured gulp tasks, Typescript as well as Webpack and Browsersync support.
In this post I will describe the steps required to setup Webstorms Javascript debugger to work with this project configuration.
Prepare Webstorm
Install Chrome
Install the JetBrains […]