You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Hi there,
This is a super nifty module and have it working more or less... except for this:
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
The text was updated successfully, but these errors were encountered: