Skip to:
Content

bbPress.org

Changeset 5293 for trunk/package.json


Ignore:
Timestamp:
02/20/2014 02:12:56 AM (11 years ago)
Author:
johnjamesjacoby
Message:

More Grunt updates:

  • Add _n_noop to grunt-pot keyword check
  • Remove grunt task test as PHPUnit tests are covered by grunt task phpunit
  • Add grunt task jstest to run javascript tasks
  • Add grunt-checktextdomain to package.json to check for missing or incorrect text-domain in gettext functions. See https://www.npmjs.org/package/grunt-checktextdomain
  • Adds grunt task checktextdomain to grunt build-release
  • Checks for the following keywords: __:1,2d, _e:1,2d, _x:1,2c,3d, _n:1,2,4d, _ex:1,2c,3d, _nx:1,2,4c,5d, esc_attr__:1,2d, esc_attr_e:1,2d, esc_attr_x:1,2c,3d, esc_html__:1,2d, esc_html_e:1,2d, esc_html_x:1,2c,3d, _n_noop:1,2,3d, _nx_noop:1,2,3c,4d
  • Props netweb. See #2542.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r5290 r5293  
    1818    "grunt-jsvalidate": "~0.2.2",
    1919    "grunt-pot": "~0.1.2",
     20    "grunt-checktextdomain": "~0.1.1",
    2021    "matchdep": "~0.3.0",
    2122    "grunt-exec": "~0.4.3"
Note: See TracChangeset for help on using the changeset viewer.