0.0.5 • Published 9 years ago

gulp-chroot v0.0.5

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

gulp-chroot Build Status

Install

$ npm install --save-dev gulp-chroot

Usage

var gulp = require('gulp');
var chroot = require('gulp-chroot');
chroot(gulp);

gulp.chroot('child', function() {
  gulp.task('a', function() {
    // process.cwd() == __dirname + '/child'
  });
});

gulp.task('b', function() {
  // process.cwd() == __dirname
})

Limit

not work with promise.

MIT © cgcgbcbc

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago