@stembord/locales-bundler
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

ts-locales-bundler

locales bundler

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

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

Readme

Keywords

Package Sidebar

Install

npm i @stembord/locales-bundler

Weekly Downloads

1

Version

0.1.3

License

(MIT OR Apache-2.0)

Unpacked Size

26.6 kB

Total Files

31

Last publish

Collaborators

  • jwaterfaucett
  • nathanfaucett