I have followed the instructions here: https://www.npmjs.org/package/grunt-browserify, to try and set up source maps for browserify on grunt. The options for browserify in my gr
use browserifyOptions instead of bundleOptions
browserify: { options: { browserifyOptions: { debug: true } }, ... }