I want to add custom fields for user editing and registration. I found nodebb-plugin-ns-custom-fields but it seems not work. Is anything I need to set or even I native nodebb forum could add custom fields
Production Mode?
-
Is there a production mode? What do you guys think of HTML minification?
-
Running NodeBB in anything other than development mode (
./nodebb dev
or running NodeBB withNODE_ENV
set todevelopment
) will cause CSS and JS to not be minified. Otherwise, it will be.Haven't really given much thought to HTML minification, to be honest.