gobblejs / gobble

The last build tool you'll ever need
333 stars 20 forks source link

Serve from a defined directory #128

Open fskreuz opened 7 years ago

fskreuz commented 7 years ago

I'm debugging a library that can either be used on a browser or on Node. However, there's a few problems:

Separately, they're fine. But it's quite annoying to stop the gobble serve and run gobble watch for node, and vice versa to check if the library works fine on both environments. Is it possible to merge functionality? Like a command that builds to a predictable directory and serve from that directory?