0.1.4 • Published 5 years ago

@stembord/config-bundler v0.1.4

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

ts-config-bundler

config bundler

config/
  config.production.js
  config.test.js
  config.js
const gulp = require("gulp"),
    configBundler = require("@stembord/config-bundler");

gulp.task("config", () =>
    gulp.src([
            path.join("config/config.*.js")),
            path.join("config/config.js"))
        ])
        .pipe(configBundler({
            options: {
                port: 8080
            }
        }))
        .pipe(gulp.dest("app/js"))
);
0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago