blinktrade / frontend-legacy

GNU General Public License v3.0
121 stars 182 forks source link

debug build? #102

Closed pjz closed 9 years ago

pjz commented 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?

pinhopro commented 9 years ago

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"

pjz commented 9 years ago

Thansk!