Closed xcoderzach closed 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.
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?