voidlabs/mosaico

How to debug mosaico?

muhammed-wh opened this issue · 1 comments

Hello. I am trying to debug mosaico.
I just start server by using grunt.
In chrome dev tools, in sources tab, in rs/js folder, I see js files but these files minified. These files come from mosaico.min.js sourcemap. These files have inline sourcemaps, but chrome doesn't show the original source. Maybe it is a chrome problem, I don't know. All I want is to put breakpoint in mosaico source files.
How do you debug mosaico?
Thanks.

How does everyone else debug the client? I can't effectively breakpoint a line, issues with sourcemaps?