On Wed, Jan 29, 2014 at 8:45 PM, Paul Davis <[email protected]>wrote:
> Seems awfully complicated to make fauxton erlang shaped when we > already have the simple static file handler. > depends if fauxton eed more in the future. but for now I agree. Not sure though how the final build could be done for the release? sub-modules? or just a curl fetch and that's all? > > On Wed, Jan 29, 2014 at 4:58 AM, Benoit Chesneau <[email protected]> > wrote: > > On Wed, Jan 29, 2014 at 11:25 AM, Simon Metson <[email protected]> > wrote: > > > >> What's needed to complete that (if only for fauxton)? Is it just a case > of > >> importing code to the new repo and changing origins, or is there more > (e.g. > >> Build scripts)? > >> > > > > > > I was thinking to this. Maybe this can be done in a way fauxton would be > > added as an Erlang application > > > > src/fauxton.erl > > priv/,,, > > js_src/ > > > > > > fauxton.erl could be the HTTP handler needed to expose it to the HTTP > api. > > > > ? > > > > - benoit >
