https://github.com/patternslib/pat-packery
Patternslib plugin for packery
https://github.com/patternslib/pat-packery
Last synced: about 1 year ago
JSON representation
Patternslib plugin for packery
- Host: GitHub
- URL: https://github.com/patternslib/pat-packery
- Owner: Patternslib
- License: mit
- Created: 2014-03-07T13:48:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-24T15:34:13.000Z (about 12 years ago)
- Last Synced: 2025-02-01T19:28:16.715Z (over 1 year ago)
- Language: JavaScript
- Size: 668 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pat-packery
===========
This is a simple Patternslib plugin for [packery](http://packery.metafizzy.co/).
If you want to use this pattern stand-alone you will need to build the
pat-packery mini-bundle. You will need to have [nodejs](http://nodejs.org)
installed to do this. Just run these commands:
```
npm install
gulp bower
gulp
```
This will create a ``dist/pat-packery.js`` file you can include in your HTML
files in addition to the standard Patterns bundle:
```html
```