]> git.evergreen-ils.org Git - working/eg-antora.git/commit
migrate build to Gulp 4
authorDan Allen <dan@opendevise.com>
Thu, 27 Dec 2018 07:23:24 +0000 (00:23 -0700)
committerDan Allen <dan@opendevise.com>
Fri, 28 Dec 2018 08:19:21 +0000 (08:19 +0000)
commit260cc89833c82ba5c6e05d6734a32e6ae0caee11
tree82be675fe2f5043fc88d75762857917d61cc320d
parent336b32a7237abaf7b4545765e640e8c5bc75f957
migrate build to Gulp 4

- upgrade to Gulp 4
- refactor tasks to use Gulp 4 task system
- switch from map-stream to through2.obj
- switch from fs to fs-extra
- fix Gulp prettier+eslint integration
- rename tasks
18 files changed:
.gitlab-ci.yml
.gulp.json
.nvmrc
gulpfile.js
package.json
tasks/build-preview.js [deleted file]
tasks/build.js
tasks/format.js
tasks/lib/export-tasks.js [new file with mode: 0644]
tasks/lib/gulp-prettier-eslint.js
tasks/lib/task.js [new file with mode: 0644]
tasks/lint-css.js
tasks/lint-js.js
tasks/pack.js
tasks/preview-pages.js [new file with mode: 0644]
tasks/preview-serve.js [new file with mode: 0644]
tasks/preview.js [deleted file]
yarn.lock