Closed pjz closed 9 years ago
Is there a way to have a 'debug build' of the frontend? One where, for instance, the javascript isn't compiled into unreadability? How do you debug the frontend?
you have to add the following compiler_flags on build_release.js
--compiler_flags="--debug=TRUE" --compiler_flags="--formatting=PRETTY_PRINT" --compiler_flags="--formatting=PRINT_INPUT_DELIMITER"
Thansk!
Is there a way to have a 'debug build' of the frontend? One where, for instance, the javascript isn't compiled into unreadability? How do you debug the frontend?