desandro/imagesloaded

[QUESTION] Where I can find the CI service?

gustavosizilio opened this issue · 2 comments

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

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

Thank you very much!