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 %>'] }],
|
||||
options: {
|
||||
process: function(content, srcpath) {
|
||||
if (srcpath.match('libtextsecure') || srcpath.match('background.js')) {
|
||||
if (srcpath.match('background.js')) {
|
||||
return content.replace(
|
||||
/textsecure-service-staging.whispersystems.org/g,
|
||||
'textsecure-service-ca.whispersystems.org:4433');
|
||||
|
|
Loading…
Add table
Reference in a new issue