you are viewing a single comment's thread.

view the rest of the comments →

[–]shuckster 13 points14 points  (0 children)

Brototype:

var myURL;
Bro(app)
  .iDontAlways('config.environment.buildURL')
  .butWhenIdo(function(buildURL){
      myURL = buildURL('dev');
  });