JSPM

gulp-mix-watch

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q12049F
  • License ISC

this is a simple gulp watch process, compile flow not interrupted with error

Package Exports

  • gulp-mix-watch

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gulp-mix-watch) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

first blood

this is a simple gulp watch process, compile flow not interrupted with error

npm install --save-dev mstaticer-watch

Basic usage

directory structure
es6
--- a.es6
scss
--- a.scss        
usage
var processWatch = require("mstaticer-watch")
var gulp = require("gulp")

gulp.task('watch',processWatch({
    jsOutDir:"./",
    cssOutDir:"../../css/"
}))