-
Notifications
You must be signed in to change notification settings - Fork 1
Home
(Stein) Runar Bergheim edited this page Oct 12, 2015
·
10 revisions
- Use four spaces for indentation - NO tabulators
- Leave empty line at end of every file
- For new independent features, create a new branch named feature/[name of feature]
- For bug fixes, create new branch named bugfix/[name of feature]
- Use pull requests when you wish to merge your work - NO commits directly to master or dev
- Install latest version of Node
- Install jslint
npm -a install --save jslint
- Install closurecompiler
npm -g install closurecompiler