customizr icon indicating copy to clipboard operation
customizr copied to clipboard

Pipe into file

Open darren131 opened this issue 10 years ago • 0 comments

Hi there,

This is a super nifty module and have it working more or less... except for this:

dest (String, optional)

Path to save the customized Modernizr build. It defaults to lib/modernizr-custom.js.

This is an optional parameter. If undefined or falsy, customizr will return the result as a string and will not write to disk.

I'm having trouble with this... in my conf file i have this "dest" : false, Perhaps I'm misinterpreting but shouldn't I be able to do something like this from the command line?

/node_modules/.bin/customizr -c source/js/modernizr.json > public/js/top.js

darren131 avatar Apr 29 '15 05:04 darren131