HenrikJoreteg / moonboots

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

moonboots-static? #28

Closed lukekarrys closed 10 years ago

lukekarrys commented 10 years ago

One thing I liked in v1 was the ability to write all 3 files (html, js, css) to a dir. https://github.com/HenrikJoreteg/moonboots/blob/987cc04e13daaa43518dc97e6e1fae0eaf5b1c41/index.js#L421-L444

This is different than the current buildDirectory which solves a different (and much bigger) problem of making deploys quicker.

I'm thinking about making a moonboots-static module that will do just that. Good idea? Or would others use this enough that it should be in core?

lukekarrys commented 10 years ago

Went ahead and built it: https://github.com/lukekarrys/moonboots-static

wraithgar commented 10 years ago

This was the 'cli' option in issue #26 so now I guess that simply becomes npm -i moonboots-static.