fix import order
authorDan Allen <dan@opendevise.com>
Wed, 29 May 2019 00:59:02 +0000 (18:59 -0600)
committerDan Allen <dan@opendevise.com>
Wed, 29 May 2019 09:17:01 +0000 (03:17 -0600)
gulpfile.js/tasks/build.js

index fa75b08..509c275 100644 (file)
@@ -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')