rework-npm-cli
v0.1.3
Published
a command for running rework-npm in build scripts
Downloads
776
Readme
rework-npm-cli
Use rework-npm from the command line.
Install
Globally:
npm install -g rework-npm-cliOr as a development dependency:
npm install --save-dev rework-npm-cliUsage
rework-npm source.css -o bundle.cssExample of piping to other commands:
rework-npm source.css | myth | cleancss -o bundle.cssUsing the myth and clean-css modules.
Use css source maps
rework-npm source.css -m -o bundle.cssThe --sourcemap option enables sourcemaps in the bundle.css file. It can be shortened to -m.
