duojs / duo

A next-generation package manager for the front-end
3.42k stars 118 forks source link

Watch problem #500

Open gnimmelf opened 8 years ago

gnimmelf commented 8 years ago

Hi, using this CLI cmd and 0.15.3

duo --watch client/main.js --use duo-babel

It builds fine, but then doesn't watch anything.

This is basically the folder structure I have after running the command from the root dir:

+root
|+client/main.js
|+build/client/main.js
|+components/
...

I must be missing s.th. Cheers!

michaelnagy commented 8 years ago

Same here, the watching command only builds one time.