cpx
cpx copied to clipboard
A cli tool to watch and copy file globs.
I'm trying with no luck to transpile my "jsonnet" files with cpx and the [jsonnet command line tool](http://jsonnet.org/implementation/commandline.html). These work: > jsonnet.exe - < config.jsonnet > echo {a:'b', b:self.a} |...
Hi, I'm trying to use `cpx 'index.html' 'build' --no-initial --watch --clean`. My desired behavior is: > Don't perform any copy after execution. Don't perform clean until the first copy (delayed...
First of all, awesome tool! I am trying to create a transform module that convert all '.tpl' files into '.js'. Could you please provide to me some guidelines or point...
After #8 is fixed, two tests fail on Max OSX 10.10.2 with the following output: ``` The copy method should copy specified file blobs: ✓ lib async version. ✓ lib...
Hello, We identified a vulnerability issue in [email protected] so we need to use version >1.7.3
Here , chokidar has been removed , but the version was not bumped up. In our project, We are getting compliance issues for micromatch dependency which is getting pulled through...