You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automated building with Gulp/Grunt (gulp looks better)
Gulp would be used for minification, concatenation, live reload
JSDocs for generating some kind of documentation
The public APIs will be documented
Git conventions
Each new feature or major change would be developed into a separate branch and merged with master when verified
Branches should be named in the following format: first letter of the first name of the committer dash short feature/fix description. For example m-dashes would be name for a branch, which contains the game dashes.
Once in italic are optional, because might cause additional overhead.