Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Bower support

Chris Mowforth edited this page May 14, 2014 · 6 revisions

le.js now has bower support!

Getting started

Installing le.js through Bower is simple. First, update your bower.json file to include the logentries library. Here's a minimal example:

{
  "name": "my-project",
  "version": "1.0.0",
  "dependencies": {
    "logentries": "*"
  }
}

Then run bower install and you're good to go!

Clone this wiki locally