|
|
@ -126,9 +126,7 @@ module.exports = function(grunt) {
|
|
|
|
if (srcpath.match('libtextsecure') || srcpath.match('background.js')) {
|
|
|
|
if (srcpath.match('libtextsecure') || srcpath.match('background.js')) {
|
|
|
|
return content.replace(
|
|
|
|
return content.replace(
|
|
|
|
/textsecure-service-staging.whispersystems.org/g,
|
|
|
|
/textsecure-service-staging.whispersystems.org/g,
|
|
|
|
'textsecure-service-ca.whispersystems.org:4433').replace(
|
|
|
|
'textsecure-service-ca.whispersystems.org:4433');
|
|
|
|
/whispersystems-textsecure-attachments-staging.s3.amazonaws.com/g,
|
|
|
|
|
|
|
|
'whispersystems-textsecure-attachments.s3.amazonaws.com');
|
|
|
|
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
return content;
|
|
|
|
return content;
|
|
|
|
}
|
|
|
|
}
|
|
|
|