metafizzy / packery

:bento: Gapless, draggable grid layouts
https://packery.metafizzy.co
4.13k stars 315 forks source link

[QUESTION] Where I can find the CI service? #523

Closed gustavosizilio closed 5 years ago

gustavosizilio commented 5 years ago

Is this project using continuous integration services (e.g., Travis-CI or Jenkings)? Or has it used at any point of its lifetime?

desandro commented 5 years ago

Hello! To your question: no and no. I rely on a lot of static HTML stuff. You can run tests:

npm install
bower install

Then view test/index.html

gustavosizilio commented 5 years ago

Thank you!