mechio / takana

Takana lets you see your SCSS and CSS style changes live, in the browser, as you type them
http://takana.io
MIT License
1.11k stars 61 forks source link

Browser Extensions #36

Open wesbos opened 9 years ago

wesbos commented 9 years ago

Anything in the works for a browser extension to inject the script file rather than put it into your HTML? Similar to how livereload works.

Just asking - if not I'll give it a shot.

barnaby commented 9 years ago

No, at the moment we don't have a browser extension; but it's a good idea.

If you're down for it, give it a shot (I have assets for the icons somewhere).

nicooprat commented 9 years ago

A simple bookmarklet might do the trick ?

andyhennie commented 9 years ago

@nicooprat Woudn't a Greasemonkey/Tampermonkey script do the job?

barnaby commented 9 years ago

Checkout https://github.com/mechio/takana-client, it's the client side component as a standalone module available through npm and bower.

It exposes a simple API which should hopefully make it easier to build an extension (if someone gets to it before me :))

barnaby commented 9 years ago

Quick update, @nc has started work on this here: https://github.com/mechio/takana-chrome

mkormendy commented 9 years ago

I have tried the chrome extension but unfortunately it doesn't have enough configuration for remote servers and other devices that I am aware of.