updating designer controller & view, and build-vendor.php, to use new js projects new features, to build normal and debug mode.

This commit is contained in:
Erik Amaru Ortiz
2014-01-29 21:04:12 -04:00
parent 3a6dcccc81
commit a5550971fe
4 changed files with 82 additions and 147 deletions

View File

@@ -35,6 +35,7 @@ class Designer extends Controller
$credentials['authorization_code'] = $authCode;
$this->setVar('credentials', base64_encode(json_encode($credentials)));
$this->setVar('isDebugMode', System::isDebugMode());
$this->setView('designer/index');
$this->render();
}