tidepool-org / tools

A place to put tooling and scripts that help when working on Tidepool stuff.
Other
11 stars 11 forks source link

Build clamshell and blip in runservers #19

Closed nicolashery closed 10 years ago

nicolashery commented 10 years ago

A set of changes to adapt runservers to new webpack workflow for Blip and Clamshell.

Basically we build both apps with a "local" config, then launch their static servers.

Since the build script is quite verbose, I redirect its output to /dev/null.

Since the build can take some time, I added to ability to set export SKIP_BUILD=true before running the source tools/runservers. But this is only "if you know what you are doing", i.e. by default it will always build.

@cheddar @kentquirk let me know what you think?

Thanks!

See https://github.com/tidepool-org/tools/issues/18

nicolashery commented 10 years ago

Interested in hearing how other frontend devs use runservers, @jebeck @ianjorgensen? What do you think of this PR, and of the beginning of this discussion in #18?

nicolashery commented 10 years ago

We should merge this as soon as https://github.com/tidepool-org/jellyfish/pull/25 goes in @cheddar @kentquirk, does that sound good?