760 B
760 B
Contribution Guidelines
Issue
- Try dev-branch, perhaps the problem has been solved;
- Use the search, maybe already have an answer;
- If not found, create example on jsbin.com (draft) and describe the problem.
Pull Request
- Before PR run
grunt
; - Only into dev-branch.
Setup
Pieced together from gruntjs
- Fork repo on github
- Clone locally
- from local repro
npm install
- Install grunt-cli globally
sudo -H npm install -g grunt-cli