quil/quil-site

Adding a new sketch to website

alessvale opened this issue · 0 comments

Hi there,
I have tried to add a new sketch to the website.
I have followed all the instructions, and I obtained the following behaviour

  • Clojurescript compiler succeeds (through lein);
  • All the sketches appear on the local quil-server example page and run;
  • The source code of any sketch still contains the ;DELETE entry, evaluates successfully though the RUN button, but the sketch does not show.

How to proceed?