woloski / docs

Auth0 Documentation site

Home Page:http://docs.auth0.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node version: 0.10.30 NPM version: 1.4.21

Development

Vagrant install production dependencies but not dev dependencies. Use this:

nave use 0.10.30
npm i

Installing or Updating dependencies

Do not update npm-shrinkwrap.json by hand

Use this procedure:


npm i foo@~1.2.3 --save
npm run shrinkwrap
make test

If you want verbose logs use:

make test TEST_DEBUG_LEVEL=debug

Testing the shrinkwrap status

make test-shrinkwrap-status

Testing dependencies (node-security)

make test-sec-deps

About

Auth0 Documentation site

http://docs.auth0.com


Languages

Language:JavaScript 79.5%Language:CSS 19.9%Language:Makefile 0.3%Language:Shell 0.3%