fermata icon indicating copy to clipboard operation
fermata copied to clipboard

Split node.js code into own file

Open natevw opened this issue 13 years ago • 2 comments
trafficstars

Since npm takes care of all the file mess, we might as well keep the main fermata.js primarily focused on browser, with only stubs to require the node.js–specific stuff. We're already doing this somewhat with the oauth helpers, but there's a few more chunks of other SLOC that could be moved out too.

natevw avatar Aug 03 '12 22:08 natevw

Looks like a duplicate of https://github.com/natevw/fermata/issues/40.

mik01aj avatar Feb 17 '15 14:02 mik01aj

It's related, but this would include the _nodeTransport helper and perhaps a bit of other logic. It's really not a great deal of code though and might be more trouble than it's worth for some of the functionality (I'm thinking autoConvert form helpers and such), so this is fairly low priority.

natevw avatar Feb 17 '15 17:02 natevw