Skip to content
This repository has been archived by the owner on May 14, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 552 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 552 Bytes

Be nice 😎

Bare in mind that minigrid's main concept is simplicity. The goal is to keep the API always at 2kb. Bug fixes are more than welcome! For any new feature please submit an issue first before send any pull request.

🍺

Tests

All commits must pass the tests npm run test.

Install browserify and testling globally.

$ npm install
$ npm install browserify -g
$ npm install testling -g

## Build

The build task npm run build runs the tests and does the minification.