rally - How do you tell you are running in debug mode in sdk2? -


how tell programatically in sdk2 if running in debug (local) mode (not installed in rally)?

i looking in rally.app.context didn't see obvious

there nothing in context purpose, far know, here trick can tell if running in rally, or outside:

 if (window.parent.rally.alm) {      console.log('inside');   }   else{      console.log('outside');   } 

Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -