BeFF
Behance Frontend Framework
Documentation
You can manually generate the HTML documentation of our JSDoc blocks via:
grunt docs
That Grunt task will also push the generated html files to your fork's gh-pages branch
MISC
Bower - Using the dependencies listed in the current directory's bower.json:
'git config --global url."https://".insteadOf git://', then 'bower install'
Cutting a Release
npm version <version number>
git push upstream master --follow-tags
npm publish
- Edit the release at https://github.com/behance/BeFF/releases