modify language resources format

This commit is contained in:
MaysWind
2016-08-02 00:59:19 +08:00
parent 614aaee0f4
commit 47674cb08c
6 changed files with 583 additions and 510 deletions

View File

@@ -53,7 +53,6 @@ gulp.task('html', ['styles', 'scripts', 'views'], function () {
gulp.task('langs', function () {
return gulp.src('src/langs/**/*')
.pipe($.jsonminify())
.pipe(gulp.dest('dist/langs'));
});