ep_mypads

v1.7.25
Groups and private pads for etherpad
etherpad groups private accounts users

frontend:build

./node_modules/browserify/bin/cmd.js -t partialify -d -p [minifyify --map mypads.map.json --output static/js/mypads.map.json] -o static/js/mypads.js frontend.js

frontend:watch

./node_modules/watchify/bin/cmd.js -t partialify -o static/js/mypads.js frontend.js

functest:build

./node_modules/browserify/bin/cmd.js -o spec/frontend/mypads.js spec/frontend/entry.js

functest:watch

./node_modules/watchify/bin/cmd.js -o spec/frontend/mypads.js spec/frontend/entry.js

mockupserver

node mockupserver.js

doc

./node_modules/docker/docker -I -x node_modules,doc -i . -o doc

lint

./node_modules/jshint/bin/jshint ./

test

./node_modules/jasmine/bin/jasmine.js

test-ldap

./node_modules/jasmine/bin/jasmine.js --config=spec/support/jasmine.ldap.json

default

npm run lint && npm run test

all

npm run doc && npm run lint && npm run test
npm i ep_mypads

Metadata

Downloads