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

Extending takana for other filetypes #14

Closed xcoderzach closed 10 years ago

xcoderzach commented 10 years ago

it would be awesome to extend takana to support templating languages. Since the other side of web design is updating markup. Is there an easy way I could extend takana to support something like this?

barnaby commented 10 years ago

What markup are you thinking about?

I definitely think that Takana should reload pages on HTML template file changes. But we can't really do live updating for markup as there is almost always a disconnect between the DOM and the underlying HTML.

If you're interested in trying to add this functionality though a good place to start looking would be in lib/livestyles/project.coffee where the browser and editor are tied together.