To contribute to the project, fork the repo, edit and send a Pull Request. Please adhere to the coding guidelines enforced by the jshint and jscs code checkers.
[~/github/jsen] $ jshint lib/ && jscs lib/
No code style errors found.
All tests must pass both in node and in the browser.
[~/github/jsen] $ npm test
To build the jsen browser-compatible distribution files, run:
[~/github/jsen] $ npm run build
This will update the files in the /dist
folder.
Please submit issues to the jsen issue tracker in GitHub.