0.1.1 • Published 6 years ago

@kysmith/ember-cli-piwik v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

ember-cli-piwik

Build Status

This addon will setup and inject the Piwik tracking script into your app at build time. At runtime you will be able to use window._paq as described in the piwik developer guide.

Usage

Installation

ember install @kysmith/ember-cli-piwik

Configuration

This addon requires you to set options in your apps environment config file config/environment.js.

piwik: {
  sid: 123,
  url: 'https://your-piwik.endpoint.com'
}

Contributing

Installation

  • git clone <repository-url> this repository
  • cd ember-cli-piwik
  • npm install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

Acknowledgements

This addon is heavily based on unwiredbrain/ember-cli-piwik