Skip to:
Content

BuddyPress.org

Changeset 8469


Ignore:
Timestamp:
06/01/2014 04:06:57 AM (10 years ago)
Author:
johnjamesjacoby
Message:

Add makepot to build-release Grunt task. Props netweb. See #5621.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r8468 r8469  
    269269    grunt.registerTask( 'build',         ['jshint', 'cssjanus:core'] );
    270270    grunt.registerTask( 'build-commit',  ['build', 'checktextdomain', 'imagemin'] );
    271     grunt.registerTask( 'build-release', ['build-commit', 'clean:all', 'copy:files', 'uglify:core', 'cssmin:ltr', 'cssmin:rtl', 'exec:bbpress', /*'exec:bpdefault',*/ 'test'] );
     271    grunt.registerTask( 'build-release', ['build-commit', 'clean:all', 'copy:files', 'uglify:core', 'cssmin:ltr', 'cssmin:rtl', 'makepot', 'exec:bbpress', /*'exec:bpdefault',*/ 'test'] );
    272272
    273273
Note: See TracChangeset for help on using the changeset viewer.