stable use of gulp-pipeline through unbundled cjs instead of direct at source. may switch back but this is verified working externally

This commit is contained in:
Kevin Ross 2016-03-18 16:18:48 -05:00
parent 64dd7d9bff
commit 20258e80ee
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import {Preset, Clean, Copy, Jekyll, CssNano, Sass, RollupEs, RollupUmd, RollupIife, ScssLint, EsLint, Aggregate, Uglify, parallel, series} from 'gulp-pipeline/src/index'
import {Preset, Clean, Copy, Jekyll, CssNano, Sass, RollupEs, RollupUmd, RollupIife, ScssLint, EsLint, Aggregate, Uglify, parallel, series} from 'gulp-pipeline'
const referenceDocNotice =
`$1\n

View File

@ -1,4 +1,4 @@
import {Preset, Clean, Copy, Jekyll, CssNano, Prepublish, PublishBuild, PublishGhPages, Sass, RollupEs, RollupUmd, RollupIife, ScssLint, EsLint, Aggregate, Uglify, series, parallel} from 'gulp-pipeline/src/index'
import {Preset, Clean, Copy, Jekyll, CssNano, Prepublish, PublishBuild, PublishGhPages, Sass, RollupEs, RollupUmd, RollupIife, ScssLint, EsLint, Aggregate, Uglify, series, parallel} from 'gulp-pipeline'
import gulp from 'gulp'
import findup from 'findup-sync'
import pkg from './package.json'

View File

@ -38,6 +38,7 @@
"tether": "^1.2.0"
},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-eslint": "^5.0.0",
"babel-polyfill": "^6.6",
"babel-preset-es2015": "^6.6.0",