Skip to content

metafizzy/packery-docs

Repository files navigation

Packery Docs

Documentation for Packery, the bin-packing layout library.

This project does not include the source for Packery. That's over in github.com/desandro/packery.

Build

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