by Juan Leyva.
Hi Isaac,
you should add some debugging in the gulpfile.js file, starting line 212
For example, before: gulp.src(langpaths) add console.log(langpaths); then run gulp and check the output (in this case, you should see listed there all the language files)
If that's is working fine, you should try to isolate the error in the following lines
Juan