2

I start using LightTable and as I understand there is a way to automatically update the browser when my ClojureScript source is changing. But I cant figure it out how to achieve this.

Andreas Köberle
  • 106,652
  • 57
  • 273
  • 297

1 Answers1

2

There is a nice documentation for LightTable. See the "Evaluating with JavaScript" section, where is also the evaluation of CSS and HTML into internal browser tab.

Aleš Roubíček
  • 5,198
  • 27
  • 29