0.2.0 • Published 7 years ago

gulp-mix-watch v0.2.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

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/"
}))