dont bundle new cockpit

This commit is contained in:
arzynik 2014-04-26 15:50:46 -07:00
parent 7bc3f4beeb
commit f9eb57acd2

View File

@ -226,7 +226,7 @@ class Crunchbutton_App extends Cana_App {
$this->buildAuth($this->db());
if ($params['env'] != 'local' && $_SERVER['SERVER_NAME'] != 'dev.crunchr.co') {
if ($params['env'] != 'local' && $_SERVER['SERVER_NAME'] != 'dev.crunchr.co' && $_SERVER['SERVER_NAME'] != 'cockpit.la') {
$config->bundle = true;
}