You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I tried to follow starlight-examples. But the output of grunt-starlight is unreadable minified javascript.
How can I configure Gruntfile.js to disable uglification/minification for better readability and debugging?
The text was updated successfully, but these errors were encountered:
oh, maybe my expectation were to high..
I've used coffescript and it was easier to correlate input coffeescript lines and ouput es5 js lines...
But starlight transpiles lua code not to the "natively looking" es6 but to the starlight.js library calls..
I think I can't use starlight for production client side scripts development without ability for displaying variables in debugger and without lua console (evaluate expression).
Starlight is cool and much work was already done (thank you, @paulcuth!) but I haven't time to help to implement lacking features too :c
Hello!
I tried to follow
starlight-examples
. But the output ofgrunt-starlight
is unreadable minified javascript.How can I configure
Gruntfile.js
to disable uglification/minification for better readability and debugging?The text was updated successfully, but these errors were encountered: