C Dorn

Results 53 comments of C Dorn

By the way. Awesome job on structuring and coding this project. It was done very future-proof. It required only minimal changes.

Got bundle generation working as part of build and publishing to github pages. Check it out: http://fireconsole.github.io/harviewer/ Still some fixes but its working :) So anyone can now clone the...

http://fireconsole.github.io/harviewer/ now loads an optimized widget. One bug left for Firefox (works on Google Chrome) and will then work on widget embedding example.

All done. See: http://fireconsole.github.io/harviewer/ The `Embed` tag shows how to embed in own app with JSFiddle example. I'll be working on an API for the widget so it can be...

All dependencies should be published. You should be able to clone this now on your own branch and run `ant publish-to-github` to publish to your own github pages: https://janodvarko.github.io/harviewer/ So...

Working on using the component within fireconsole now.

FYI: the fireconsole widget is now deployed as part of the devcomp.io instances and I have updated firebug.io: http://fireconsole-widget-console.firebug.io/ As I push changes to this stack now (like dynamically loading...

I hope to, later this year, fix this patch to get the bundling working again.

Checkout this branch I hope to bring up to date soon: - https://github.com/fireconsole/harviewer - http://fireconsole.github.io/harviewer/ (Look at the `Embed` tab and see the [jsfiddle](http://jsfiddle.net/cadorn/z9py15jw/) example)

> The biggest issue was the inability to just package the whole thing into a single JS and CSS file, as this is just one part of a greater application...