rijs.core

v0.0.10
Ripple Core

ignore

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

babel

babel src -d dist

bundle

browserify dist/index.js -o dist/client.js

minify

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

build

npm run babel && npm run ignore && 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

version

npm run build && git add -A

postversion

git push && git push --tags

Metadata

Downloads

Maintainers