ok sorry sir how to split multiple collection
N
nousath
@nousath
Posts
-
multiple collection splitup -
multiple collection splituphow to create and insert multiple collection like Users, post, chats, activities, categories @administrators @Global-Moderators @GNU-Linux-User @3rd-Party-Developers @Community-Representatives @Staff
mongodb single collection? -
How to see changes on browser asap when I've just change some code in my theme or plugin?@pitaj said in How to see changes on browser asap when I've just change some code in my theme or plugin?:
grunt
thank you so much brother
-
How to see changes on browser asap when I've just change some code in my theme or plugin?@pichalite said in How to see changes on browser asap when I've just change some code in my theme or plugin?:
@thuanpq.io use grunt. NodeBB will automatically reload when you change files.
Install these modules
npm i grunt grunt-contrib-watch
After these modules are installed just run
grunt
and NodeBB will start in watch mode. Any changes to files will reload NodeBB.how to run grunt