Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #31205
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Ben Bacarisse <ben.usenet@bsb.me.uk> |
| Newsgroups | comp.lang.javascript |
| Subject | Re: How develop pure JS library involving multiple source files? |
| Date | Mon, 29 Aug 2016 10:44:31 +0100 |
| Organization | A noiseless patient Spider |
| Lines | 36 |
| Message-ID | <8737lnlxj4.fsf@bsb.me.uk> (permalink) |
| References | <26eae79d-b1cd-4e4d-b795-608f470c97db@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain |
| Injection-Info | mx02.eternal-september.org; posting-host="017616aa25f81ec581c44d76d61ba2f3"; logging-data="13349"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/IWu1KtgX+sS8k7ylEImbvtB8K0JljhjE=" |
| Cancel-Lock | sha1:1I0rTLDlgrXuI1eh5Pvry6DlBhA= sha1:yI8FXUucLiNMKPMahsOtQqiFVSg= |
| X-BSB-Auth | 1.6b5460c27fd26d62ae6a.20160829104431BST.8737lnlxj4.fsf@bsb.me.uk |
| Xref | csiph.com comp.lang.javascript:31205 |
Show key headers only | View raw
kentilton@gmail.com writes: > I am interested in porting a little dataflow aka reactive aka > databinding library of mine from Common Lisp to javascript. It will be > about 2kloc and would be edited most easily as about ten different .js > files. > > My immediate problem is quite simple: how do I edit/run/test as I go? > Is it necessary to run a server and test in a browser where each file > is loaded via a script tag? No, because: > I do not plan immediately to mess with DOM and that means you only need an ECMAScript implementation with some IO capability. As a Linux user I use nodejs, but you name some things below that I've not heard of so I think you many be using Windows. > since it is purely about the dataflow between JS objects, so it would > be great to just sit in an IDE and hit Run to test as I go. > > I have installed WebStorm and it works fine for a single source file, > but for the life of me I do not see how to get it to load all the JS > files I have added to the project. And I did see something suggesting > I would have to use a build tool to concatenate the different JS > files, suggesting WebStorm does not handle that for me. That would be a very severe restriction (and a strange one, too), but I'm not familiar with the software. Some people with Windows experience will be along soon and they can weigh in with how they do this sort of development. <snip> -- Ben.
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How develop pure JS library involving multiple source files? kentilton@gmail.com - 2016-08-28 23:02 -0700
Re: How develop pure JS library involving multiple source files? Ben Bacarisse <ben.usenet@bsb.me.uk> - 2016-08-29 10:44 +0100
Re: How develop pure JS library involving multiple source files? Ken Tilton <kentilton@gmail.com> - 2016-08-29 04:19 -0700
Re: How develop pure JS library involving multiple source files? Ben Bacarisse <ben.usenet@bsb.me.uk> - 2016-08-29 12:58 +0100
csiph-web