Giter Site home page Giter Site logo

Comments (10)

bradyvercher avatar bradyvercher commented on June 3, 2024

Interesting. I've run into that issue on other projects, but haven't experienced that while working on this one. Your config looks good.

Do you know what version of Grunt you have installed? Also what version of this package are you running? Oh, one more version, too: Which version of Node are you running?

from grunt-wp-i18n.

grappler avatar grappler commented on June 3, 2024

"grunt": "~0.4.1" and "grunt-wp-i18n": "~0.2.0"

from grunt-wp-i18n.

bradyvercher avatar bradyvercher commented on June 3, 2024

Sorry, I made a quick edit to see what version of node you're running: node -v should do it.

from grunt-wp-i18n.

grappler avatar grappler commented on June 3, 2024

v0.10.18

from grunt-wp-i18n.

bradyvercher avatar bradyvercher commented on June 3, 2024

Can you upgrade to the latest versions of node and Grunt and give it a shot? I'm running the latest on Windows, but will give it a go on OSX as well to see if I can replicate this.

from grunt-wp-i18n.

grappler avatar grappler commented on June 3, 2024

I am on Windows 8.

from grunt-wp-i18n.

bradyvercher avatar bradyvercher commented on June 3, 2024

Actually, that's my fault. The readme has the wrong instructions. Try this config instead (notice the options object within the target):

makepot: {
    target: {
        options: {
            domainPath: '/languages',    // Where to save the POT file.
            mainFile: 'flowplayer.php',      // Main project file.
            potFilename: 'flowplayer5.pot',   // Name of the POT file.
            type: 'wp-plugin'  // Type of project (wp-plugin or wp-theme).
        }
    }
}

from grunt-wp-i18n.

grappler avatar grappler commented on June 3, 2024

Great it works 😄 Do you also get PHP strict errors?

from grunt-wp-i18n.

bradyvercher avatar bradyvercher commented on June 3, 2024

Great! Sorry about that and thanks for bringing it to my attention.

The PHP strict errors are from the WordPress i18n tools. I could probably clean them up, but it would make maintaining the fork a little more difficult whenever changes are made upstream. In the meantime, I just disabled strict errors in the php.ini I use for the CLI.

from grunt-wp-i18n.

grappler avatar grappler commented on June 3, 2024

Ok, I created a version that fixes most of errors. https://github.com/grappler/i18n

I tested it and it works

from grunt-wp-i18n.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.