markoheijnen / grunt-glotpress

Gets translations from a GlotPress installation
GNU General Public License v2.0
18 stars 11 forks source link

Task never ends #30

Open fxbenard opened 6 years ago

fxbenard commented 6 years ago

It seems there is an infinate loop in the task with large project.

I launch the task, it works but I never get the complete message. I have to kill the process without being sure it’s really completed

Step to reproduce:

// https://github.com/markoheijnen/grunt-glotpress module.exports = { easydigitaldownloads: { options: { domainPath: 'languages', url: 'https://translate.wordpress.org', slug: 'wp-plugins/easy-digital-downloads/dev', textdomain: 'easy-digital-downloads', formats: ['po'], file_format: '%domainPath%/%textdomain%/%textdomain%-%wp_locale%.%format%', filter: {

      waiting_strings: false
    }
  }
}

};