mmase / BeFF

Behance Frontend Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BeFF Build Status

Behance Frontend Framework

Documentation

View the Docs

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

  1. npm version <version number>
  2. git push upstream master --follow-tags
  3. npm publish
  4. Edit the release at https://github.com/behance/BeFF/releases

About

Behance Frontend Framework

License:MIT License


Languages

Language:JavaScript 99.7%Language:HTML 0.3%Language:Vim Script 0.0%