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
{{ message }}
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.
it would be better to have somthing like:
if ( Dev mode){
//execute this chunck of code
}else {
// production; execute this one
}
instead of having the user comment out the chunks. The GWT isClient(), isScript(), isProduction() don't seem to detect Dev mode properly.
The text was updated successfully, but these errors were encountered: