arch-js / arch-cli

Command line tool for the Arch framework
1 stars 2 forks source link

"reflex s" breaks component hot loading #11

Closed charypar closed 9 years ago

charypar commented 9 years ago

Using relfex server through the CLI (reflex s) now breaks component hot loading. The cause is likely the fact that CLI has it's own reflex dependency since it was switched to github tarball dependencies.

When running the server through ./node_modules/reflex/bin/server.js, everything is fine.

Can we make the CLI independent on reflex and just somehow use local node_modules from the cwd?

/cc @tabazevedo