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.
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.
From the Readme :
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.