Changeset 8468
- Timestamp:
- 06/01/2014 03:42:07 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r8466 r8468 128 128 target: { 129 129 options: { 130 cwd: SOURCE_DIR,130 cwd: BUILD_DIR, 131 131 domainPath: '.', 132 132 mainFile: 'bp-loader.php', 133 potFilename: 'b p-languages/buddypress.pot',133 potFilename: 'buddypress.pot', 134 134 processPot: function( pot ) { 135 135 pot.headers['report-msgid-bugs-to'] = 'https://buddypress.trac.wordpress.org'; … … 268 268 269 269 grunt.registerTask( 'build', ['jshint', 'cssjanus:core'] ); 270 grunt.registerTask( 'build-commit', ['build', 'checktextdomain', ' makepot', 'imagemin'] );270 grunt.registerTask( 'build-commit', ['build', 'checktextdomain', 'imagemin'] ); 271 271 grunt.registerTask( 'build-release', ['build-commit', 'clean:all', 'copy:files', 'uglify:core', 'cssmin:ltr', 'cssmin:rtl', 'exec:bbpress', /*'exec:bpdefault',*/ 'test'] ); 272 272
Note: See TracChangeset
for help on using the changeset viewer.