projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f25f999
)
fix import order
author
Dan Allen
<dan@opendevise.com>
Wed, 29 May 2019 00:59:02 +0000
(18:59 -0600)
committer
Dan Allen
<dan@opendevise.com>
Wed, 29 May 2019 09:17:01 +0000
(
03:17
-0600)
gulpfile.js/tasks/build.js
patch
|
blob
|
history
diff --git
a/gulpfile.js/tasks/build.js
b/gulpfile.js/tasks/build.js
index
fa75b08
..
509c275
100644
(file)
--- a/
gulpfile.js/tasks/build.js
+++ b/
gulpfile.js/tasks/build.js
@@
-7,8
+7,8
@@
const concat = require('gulp-concat')
const cssnano = require('cssnano')
const fs = require('fs-extra')
const imagemin = require('gulp-imagemin')
-const merge = require('merge-stream')
const { obj: map } = require('through2')
+const merge = require('merge-stream')
const ospath = require('path')
const path = ospath.posix
const postcss = require('gulp-postcss')