From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (mailfrom) identity=mailfrom; client-ip=8.23.224.62; helo=out.smtp-auth.no-ip.com; envelope-from=kevin@carhart.net; receiver= Received: from out.smtp-auth.no-ip.com (smtp-auth.no-ip.com [8.23.224.62]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 8532A77DCD for ; Fri, 8 Sep 2017 14:56:47 -0700 (PDT) X-No-IP: carhart.net@noip-smtp X-Report-Spam-To: abuse@no-ip.com Received: from carhart.net (unknown [99.52.200.227]) (Authenticated sender: carhart.net@noip-smtp) by smtp-auth.no-ip.com (Postfix) with ESMTPA id 2E2C6F5; Fri, 8 Sep 2017 14:57:44 -0700 (PDT) Received: from carhart.net (localhost [127.0.0.1]) by carhart.net (8.13.8/8.13.8) with ESMTP id v88LvgUq014635; Fri, 8 Sep 2017 14:57:42 -0700 Received: from localhost (kevin@localhost) by carhart.net (8.13.8/8.13.8/Submit) with ESMTP id v88LvfGW014632; Fri, 8 Sep 2017 14:57:41 -0700 Date: Fri, 8 Sep 2017 14:57:41 -0700 (PDT) From: Kevin Carhart To: Karl Dahlke cc: Edbrowse-dev@lists.the-brannons.com In-Reply-To: <20170808173555.eklhad@comcast.net> Message-ID: References: <20170808173555.eklhad@comcast.net> User-Agent: Alpine 2.03 (LRH 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [Edbrowse-dev] xqsuperschool.org (fwd) X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.24 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2017 21:56:50 -0000 On Fri, 8 Sep 2017, Karl Dahlke wrote: > You raise 20 questions; here is just the first thought. I know, sorry :) Well anyway, writing it to edbrowse-dev also doubles as documenting the situation as of now, which I & others can refer back to. > Put at the start of the file and then you don't have to have localized every css every js etc. Thanks for this. It will save a step with the local replica technique. > I assume your deminimizing code is open source and could be put into > startwindow.js with the proper license, as we did with jotform. It is open source. I have it here, in the file called es.js: https://github.com/KevinCarhart/esbrowse.git The original projects are: https://github.com/jquery/esprima.git https://github.com/estools/escodegen.git If there is no objection to making the user's download burden slightly bigger for something that is mostly for debugging, it is very useful for that purpose. Come to think of it, if the users did have this, they might more often be able to report an error message back to us with a line number in it. K