ember-cli-log-observers-and-computed

0.0.2 • Public • Published

Ember-cli-log-observers-and-computed

Log Ember Object's observers and computed properties

Thanks to @liady for writing the stack trace code.

Usage

npm install --save-dev ember-cli-log-observers-and-computed

In order to see the log messages add the following code to your app.js:
Ember.LOG_OBSERVERS = true;
Ember.LOG_COMPUTED_PROPERTIES = true;

Demo

Demo app

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

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

Readme

Keywords

Package Sidebar

Install

npm i ember-cli-log-observers-and-computed

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • ramybenaroya