Skip to:
Content

bbPress.org

Changeset 5290 for trunk/package.json


Ignore:
Timestamp:
02/19/2014 05:45:11 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Experiment with grunt-pot:

  • Add grunt-pot to package.json
  • Adds grunt task pot to grunt build and grunt build-release
  • Creates bbpress.pot in /build & removes bbpress.pot from /src
  • Checks for the following keywords: __, _e, _x, _n, _ex, _nx, esc_attr__, esc_attr_e, esc_attr_x, esc_html__, esc_html_e, esc_html_x, _nx_noop
  • Props netweb. See #2542.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r5285 r5290  
    1717    "grunt-phpunit": "~0.3.2",
    1818    "grunt-jsvalidate": "~0.2.2",
     19    "grunt-pot": "~0.1.2",
    1920    "matchdep": "~0.3.0",
    2021    "grunt-exec": "~0.4.3"
Note: See TracChangeset for help on using the changeset viewer.