gulp-typescript-ref
Gulp plugin that filters out files not referenced from a provided array of files.
I was having problems with gulp-typescript's
referencedFrom
filter, so I made a simple Gulp plugin that uses a RegEx to approximate
what it's supposed to do.
This plugin is NOT a replacement for gulp-typescript
. It is
mean to be used in conjunction with it.
Install with npm install gulp-typescript-ref --save-dev
Use it like this:
var gulp = tsFilter = ts = ; gulp;