Skip to content

metafizzy/packery-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 8, 2025
d19f0b3 · Mar 8, 2025
Sep 25, 2018
Mar 8, 2025
Jan 29, 2019
May 5, 2017
Nov 28, 2016
Mar 8, 2025
Mar 8, 2025
Nov 28, 2016
Mar 8, 2025
Apr 9, 2015
Mar 8, 2025
Nov 28, 2016
Mar 8, 2025
Jan 29, 2019
Mar 8, 2025
Mar 8, 2025
Nov 28, 2016
Mar 8, 2025
Mar 8, 2025

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