Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
currently I have to restart the server on any changes of js/less files. can you please do sth. against this at least in development-mode? or do I miss any way around this? very annoying for development.
./nodebb watch will restart on js file changes... we can add less to that if you'd like... @psychobunny?
./nodebb watch
js
less
(I use ./nodebb dev myself, but I suppose one may get tired of ^C up enter over and over again :D)
./nodebb dev
^C up enter
I already added less on my local nodebb file so I don't have to restart on less changes.