rijs.css

v1.1.0
[![Coverage Status](https://coveralls.io/repos/rijs/css/badge.svg?branch=master&service=github)](https://coveralls.io/github/rijs/css?branch=master) [![Build Status](https://travis-ci.org/rijs/css.svg)](https://travis-ci.org/rijs/css)

build

npm run rollup && npm run minify && npm run gzip

rollup

rollup -c

minify

uglifyjs client.bundle.js -m -c keep_fargs=false > client.min.js

gzip

gzip -c client.min.js > client.min.js.gz

test

istanbul test ./node_modules/mocha/bin/_mocha --report html -- -R spec

coverage

istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && rm -rf ./coverage

cov

istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec

version

npm run build && git add -A

postversion

git push && git push --tags

Metadata

Downloads

Maintainers