Remove unnecessary check in gruntfile
There's only one reference to the server url nowadays. // FREEBIE
This commit is contained in:
parent
389b9a026d
commit
b0112e8c2e
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ module.exports = function(grunt) {
|
||||||
files: [{ expand: true, dest: 'dist/', src: ['<%= dist.src %>'] }],
|
files: [{ expand: true, dest: 'dist/', src: ['<%= dist.src %>'] }],
|
||||||
options: {
|
options: {
|
||||||
process: function(content, srcpath) {
|
process: function(content, srcpath) {
|
||||||
if (srcpath.match('libtextsecure') || srcpath.match('background.js')) {
|
if (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');
|
'textsecure-service-ca.whispersystems.org:4433');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue