rijs.mysql

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

ignore:1

find ./dist -type f -exec sed -i "s/var _interopRequire/\/* istanbul ignore next *\/\nvar _interopRequire/g" {} ;

ignore:2

find ./dist -type f -exec sed -i "s/if (client)/\/* istanbul ignore next *\/\nif (client)/g" {} ;

babel

babel src -d dist

bundle

cp ./node_modules/utilise/identity.js dist/client.js

clean

rm -rf dist && mkdir dist

minify

uglifyjs dist/client.js -m -c drop_console,dead_code -d debug=false -o dist/client.min.js

build

npm run clean && npm run babel && npm run ignore:1 && npm run ignore:2 && npm run bundle && npm run minify

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

Metadata

Downloads

Maintainers