componentjs / component

frontend package manager and build tool for modular web applications
https://github.com/componentjs/guide
MIT License
4.55k stars 306 forks source link

Strange behavior of `component build -w` command #585

Closed poying closed 9 years ago

poying commented 10 years ago

screencast: http://youtu.be/LOukqvdqM5M repo: https://github.com/poying/med

I'm not sure that it's an component issue.

jonathanong commented 10 years ago

Summary?

poying commented 10 years ago

component build -w sometimes not work and there is no error message. But after I add console.log('some text') into node_modules/bin/component-build, it works again.

jonathanong commented 10 years ago

oh sometimes i get the same. does this happen on node 0.11 or 0.10?

poying commented 10 years ago

node 0.11

timaschew commented 9 years ago

please provide more information to reproduce this issue

timaschew commented 9 years ago

close due to no reaction