I have few proposals related to the great [news](https://github.com/STRd6/glitch.com/issues/2) :smile: Jadelet, because of its simplicity and aesthetics, is also my favorite choice whenever possible. So, I would like to see it moving forward and am ready to help. I already made some "improvements" (not published yet), i.e., upgrade to CoffeeScript 2, replaced deprecated packages (`wrench` => `through2`). And, last but not least, #21 and [#6](https://github.com/distri/observable/pull/6). I also started playing with adding support for template compiling (similar to #18) to different bundlers. I began with [Parcel](https://parceljs.org), which is my preferred choice. Example: - main.coffee ```coffeescript import jadelet from "jadelet" import Tmpl from "./templates/intro.jadelet" main = name: "Joe" document.getElementById("app").appendChild Tmpl main ``` - template (`templates/intro.jadelet`) ```pug h1 Hello #{@name} ``` Plugins for other bundlers (Webpack, Rollup) could be prepared as well. I think this would make an easier start for new users. Let me know.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by zdenko and has received 14 comments.