dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

Documentation issue : Clarify watch mode #152

Open sebilasse opened 7 years ago

sebilasse commented 7 years ago

From the Readme :

You can also build in watch mode, which will automatically rebuild your application when it changes

The term "rebuild" indicates a physical rebuilding to me. Especially when you used watch mode only with e.g. LESS things before which do build files. A development server is fine but it should be clarified that it does not write anything.

A final console.log "Visit http://localhost:9999 to watch your dojo app." would also be fine.

And BTW regarding "dev server" : I'd like to draw attention to this wonderful piece of clearleft, UK : http://fractal.build Just joined an indiewebcamp with Jeremy Keith - great stuff, great people ;) and there is this issue https://github.com/frctl/fractal/issues/197 - it would be wonderful to have all my components in one place.

kitsonk commented 7 years ago

We can clarify a bit, but I would posit that feeling that rebuild implies writing to disk is something you are projecting into the meaning and I am not sure where the distinction matters in this context.