Creating a soft link to the images directory works.
Solved Edit CSS in realtime?
-
Hey!
Is it possible to edit CSS via FTP in realtime without run
./nodebb build tpl && ./nodebb dev
after each change?
-
You can use
grunt
to automatically handle the rebuild and restart for you -
You can use
grunt
to automatically handle the rebuild and restart for you -
Browser devtools provide actual real-time editing, I suggest making changes in browser and then applying them in code when you've got what you're looking for.
-
Thank you guys! I did this already with the Chrome development tool but I have some problems to implement it right in to my code.
It's a little bit confusing (dev tools). Do you have some tips and tricks for maybe preferences I should chance in Chrome dev tools for a better workflow?
Kind Regards, Pascal