Skip to content

Commit

Permalink
I18n: added task dependency and removed unneeded file.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor committed May 25, 2016
1 parent 57ce044 commit 15b365a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions bin/translate.sh

This file was deleted.

2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -356,7 +356,7 @@ gulp.task( 'languages:cleanup', [ 'languages:build' ], function () {
);
} );

gulp.task( 'languages:extract', function( callback ) {
gulp.task( 'languages:extract', [ 'react:build' ], function( callback ) {
glotpress( {
inputPaths: [ '_inc/build/admin.js' ],
output: '_inc/jetpack-strings.php',
Expand Down

0 comments on commit 15b365a

Please sign in to comment.