EDIT: Restarted NodeBB and Bold and Italic are back!!
Thanks, Len
@nhl.pl These are the plugins that I am using:
0_1457401146620_upload-c206d29f-f5fa-4bcf-b802-7e6d6b80a877
Hi I'm working as a community designer and I'm curious to implement a theme with nodebb.
I'm struggling with the actual workflow for theme development though. My understanding so far: the theme needs to be on the server in nodebb/node_modules
, I need to push changes to the server, and then I need to rebuild and restart the forum to see effects.
So I hope I'm missing something and there's a more fluid setup to actually work on a theme?
You can run NodeBB locally. npm link
your theme module instead of developing directly inside node_modules
. Use grunt to automatically rebuild and restart as you modify files.
@PitaJ thank you! will give this a try