Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 525 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 525 Bytes

Contribute

Set Up nodeJS and Grunt

  1. Fork the repository;

  2. Open a shell in project's directory;

  3. Type npm install (make sure you have installed nodeJS);

  4. Type grunt to execute the default script (without minification), grunt dist to also minify the script (make sure you have installed Grunt).

JavaScript Style Guide

I follow the jQuery's JavaScript style guide, please follow it you too :D