0.1.2 • Published 6 years ago

@aicacia/locales-bundler v0.1.2

Weekly downloads
1
License
(MIT OR Apache-2....
Repository
gitlab
Last release
6 years ago

ts-locales-bundler

locales bundler

locales/
  en/
    app.json
    error.json
  de/
    app.json
    error.json
const gulp = require("gulp"),
  localesBundler = require("@aicacia/locales-bundler");

gulp.task("locales", () =>
  gulp
    .src("locales")
    .pipe(localesBundler({ flatten: true, minify: false }))
    .pipe(gulp.dest("build/locales"))
);
0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago