https://github.com/gwendall/meteor-log-context
Log Blaze data context through a drop-in button
https://github.com/gwendall/meteor-log-context
Last synced: 2 months ago
JSON representation
Log Blaze data context through a drop-in button
- Host: GitHub
- URL: https://github.com/gwendall/meteor-log-context
- Owner: gwendall
- Created: 2015-04-24T09:52:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T09:56:53.000Z (about 10 years ago)
- Last Synced: 2025-03-18T05:56:56.144Z (3 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Meteor Log Context
==================Just drop the ``{{> logContext}}`` template anywhere. It will render a button. Click on it. It will log its data context, along with its parents'. Simple as that. But life-saving for debugging.
Installation
------------``` sh
meteor add gwendall:log-context
```