From b696fbc53bc310ed44a7ce50472931d7955e6b05 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 13 Jan 2015 15:39:51 -0700 Subject: [PATCH] fix base_path = '/' issues --- desirae | 2 +- views/build/build.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desirae b/desirae index 4b71063..c68e9aa 160000 --- a/desirae +++ b/desirae @@ -1 +1 @@ -Subproject commit 4b7106363794014edd7575a6892fae98c5f83d70 +Subproject commit c68e9aaf18d33bbdec0390ebdfd910ed10a6d9cd diff --git a/views/build/build.js b/views/build/build.js index 0dc4c45..d70109c 100644 --- a/views/build/build.js +++ b/views/build/build.js @@ -53,7 +53,7 @@ angular.module('myApp.build', ['ngRoute']) env = { url: scope.production_url , base_url: scope.production_url.replace(/(https?:\/\/[^\/#?]+).*/, '$1') - , base_path: scope.production_url.replace(/https?:\/\/[^\/#?]+/, '$1') + , base_path: scope.production_url.replace(/https?:\/\/[^\/#?]+/, '') , compiled_path: 'compiled' , since: 0 , onError: scope.onError