stefanpenner / ember-browsery-stats

MIT License
60 stars 7 forks source link

ember-browsery-stats

Easiest way to get paulirish's memory-stats.js memory stats and mrdoobs stats.js running in an ember-app. Please refer to the memory-stats.js repo or stats.js repo for further documentation.

image image

Installation

// Brocfile.js
var EmberApp = require('ember-cli/lib/broccoli/ember-app');

var app = new EmberApp({
  browseryStats: EmberApp.env() === 'development'
});

module.exports = app;

Running

Running Tests

Building

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