bclinkinbeard / angular

AngularJS compiled with jsdom and provided as a CommonJS module. Intended for testing AngularJS code without depending on a browser.
MIT License
54 stars 22 forks source link

Angular source map breaking project source mapping #6

Closed gingermusketeer closed 10 years ago

gingermusketeer commented 10 years ago

Using this module as is means that source mapping does not work for the project files.

The solution which i have been using is to remove the source map from angular.min.js

Not sure if this a browserify issue or if chrome does not support nested source maps.

Any ideas?

bclinkinbeard commented 10 years ago

Sorry I never replied to this, I don't remember seeing this issue. Let me know if you're still having issues.