Skip to:
Content

bbPress.org

Changeset 5326


Ignore:
Timestamp:
03/28/2014 04:17:09 AM (11 years ago)
Author:
netweb
Message:

More grunt updates:

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r5308 r5326  
    201201                    type: 'wp-plugin'
    202202                }
     203            }
     204        },
     205        patch: {
     206            options: {
     207                tracUrl: 'bbpress.trac.wordpress.org'
    203208            }
    204209        },
     
    292297    grunt.registerTask( 'jstest', 'Runs all javascript tasks.', [ 'jsvalidate', 'jshint' ] );
    293298
     299    // Patch task.
     300    grunt.renameTask('patch_wordpress', 'patch');
     301
    294302    // Default task.
    295303    grunt.registerTask( 'default', [ 'build' ] );
  • trunk/package.json

    r5296 r5326  
    1919    "grunt-wp-i18n": "~0.4.0",
    2020    "grunt-checktextdomain": "~0.1.1",
     21    "grunt-patch-wordpress": "~0.2.1",
    2122    "matchdep": "~0.3.0",
    2223    "grunt-exec": "~0.4.5"
Note: See TracChangeset for help on using the changeset viewer.