Re: [Arches] Re: RequireJS timed out

2018-11-19 Thread Adam Cox
Exactly :) On Mon, Nov 19, 2018 at 5:55 PM Vincent Meijer wrote: > Yes please, that way I wouldn't have to override base.htm either :) > > On Mon, 19 Nov 2018, 18:51 Adam Cox >> Vincent, this illustrates a great way to normalize the inclusion of extra >> Javascript libraries in an Arches

Re: [Arches] Re: RequireJS timed out

2018-11-19 Thread Vincent Meijer
Yes please, that way I wouldn't have to override base.htm either :) On Mon, 19 Nov 2018, 18:51 Adam Cox Vincent, this illustrates a great way to normalize the inclusion of extra > Javascript libraries in an Arches project: > > I think a dummy file, perhaps called "javascript_project.htm" should

Re: [Arches] Re: RequireJS timed out

2018-11-19 Thread Adam Cox
Vincent, this illustrates a great way to normalize the inclusion of extra Javascript libraries in an Arches project: I think a dummy file, perhaps called "javascript_project.htm" should be put into a project by default, and then a line added to the real base.htm to include it (or something along

Re: [Arches] Re: RequireJS timed out

2018-11-19 Thread Vincent Meijer
I extend require.config() this way: https://github.com/globaldigitalheritage/arches-3d/blob/master/arches_3d/arches_3d/templates/config.htm Then I include that template like so: https://github.com/globaldigitalheritage/arches-3d/blob/master/arches_3d/arches_3d/templates/base.htm#L63 (I

Re: [Arches] Re: RequireJS timed out

2018-11-19 Thread larrygoh84
Hi Vincent,Just checking, is there a variable in the code base for the waitseconds?By default, i think its 7 sec.Thanks. Regards,Lawrence  Original message From: Vincent Meijer Date: 11/20/18 5:52 AM (GMT+12:00) To: Arches Project Subject: [Arches] Re: RequireJS timed out