1.0.0 • Published 6 years ago

metpahora-so v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Install

npm install
bower install
grunt

available grunt commands

watch: watches for changes on src/ and tests/ and rebuilds the library. Add #live to the url for live reload.

build: builds the main ES5-compatible out/so.js.

lint: lints all files on src/ and tests/.

doc: builds a doc-ready so.js, runs docco, and builds the normal so.js.

package: generates out/so.min.js.

export or release: runs lint, doc, build and package.

By default, grunt will run lint and build.