That is close to what i do for initial prototypes - develop in the chrome dev tools console, injecting the code into the page, but at some point it has to get integrated.
(sent from a mobile device, possibly from bed - please excuse brevity, typos, and top-posting) ----- stephan beal http://wanderinghorse.net On Sep 30, 2014 6:38 PM, "Ron W" <[email protected]> wrote: > On Tue, Sep 30, 2014 at 11:24 AM, Stephan Beal <[email protected]> > wrote: > >> Testing/tweaking JS code generated from C code, requiring a recompile and >> server process restart after each change, gets really tedious really >> quickly, so i'd like to keep the implementation as trivial as possible ;). >> > > Maybe could have the generated Javascript call a function defined in a > file loaded by a script tag. Then, in theory, you could just edit the > included file and not have to rebuild and restart the server until the > final version of the JS code was ready. > > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > >
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

