[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Packaging mathjax and other javascript libraries
From: |
Pjotr Prins |
Subject: |
Re: Packaging mathjax and other javascript libraries |
Date: |
Thu, 25 May 2017 20:20:48 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Thu, May 25, 2017 at 10:30:25PM +0530, Arun Isaac wrote:
> There are so many javascript libraries out there -- mathjax, d3.js,
> jquery, etc, etc. Packaging them would be extremely useful for
> self-hosting. But, we need to agree on good practices, so that we don't
> run into trouble later.
Good timing. I have been using $PROFILE/lib/javascript/ to store
modules in line with python and ruby etc. Splitting out pure JS
modules and webapps makes sense to me. We also have clojurescript,
purescript, elm and others to consider - even if they generate JS. Is
JS going to be our object format?
--