Documentation for Masonry, cascading grid layout library.
This project does not include the source for Masonry. That's over in github.com/desandro/masonry.
Building these docs requires Bower, Gulp and npm.
npm install
bower install
gulp
This will build the docs in build/
.
Watch for updates to rebuild docs on the fly.
gulp watch
Run gulp watch-dev
to build the site with JS and CSS files included separately, un-concatenated, and un-minified.
gulp watch-dev