0.0.2 • Published 9 years ago

ember-cli-log-observers-and-computed v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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/.