Gulp plugin to deploy a JS application to a [https://github.com/tedconf/front_end_builds](Front End Builds)-enabled server
$ npm install --save-dev gulp-front-end-builds
const gulp = require('gulp');
const frontEnd = require('gulp-front-end-builds');
gulp.task('deploy', () => {
gulp.src('dist/index.html')
.pipe(frontEnd({endpoint: "http://www.example.com", app: "application"}))
);
Type: boolean
Default: false
Lorem ipsum.