HenrikJoreteg / moonboots

A set of conventions and tools for bundle and serving clientside apps with node.js
159 stars 20 forks source link

Your friendly reminder to make moonboots simpler #19

Closed nlf closed 10 years ago

nlf commented 10 years ago

Dumb it down. Moonboots shouldn't add routes or anything, just generate files and filenames. Also a CLI util to go with it would be cool.

svnlto commented 10 years ago

I suppose, proposals together with PR's are welcome. :smile:

HenrikJoreteg commented 10 years ago

@svnlto yeah, @nlf and I talked about this in person. Basically, the idea is to have moonboots itself really just worry about generating the proper files for dev/production modes. Then moonboots_hapi (and potentially a moonboots_express) would actually do proper route configs following conventions of each framework.

svnlto commented 10 years ago

oh, that's neat. esp, the ability to pick the server framework of choice. Makes moonboots even more lightweight and less maintenance I guess.

HenrikJoreteg commented 10 years ago

Exactly

On Tue, Feb 18, 2014 at 4:46 PM, Sven Lito notifications@github.com wrote:

oh, that's neat. esp, the ability to pick the server framework of choice. Makes moonboots even more lightweight and less maintenance I guess.

Reply to this email directly or view it on GitHub: https://github.com/HenrikJoreteg/moonboots/issues/19#issuecomment-35453996

wraithgar commented 10 years ago

Hey this finally got done!