cheton/browserify-css

What is the benefit of autoInject=false

Closed this issue · 1 comments

I want to output the css to a separate file but not using onFlush option. Meaning I want to do this using the command line something like:

[ browserify-css --autoInject=false -o bundle.css ]

Is this possible?

Added in v0.13.0
https://github.com/cheton/browserify-css/releases/tag/v0.13.0

browserify -t [ browserify-css --minify=true --output bundle.css ] -o bundle.js app.js