template development locally, viewing changes
-
So I'm building out a custom template. based from
persona
but the workflow for this currently is very longwinded for me, as I publish changes to the npm-package and rebuild the theme. How do I develop this locally so I can view changes at a faster rate, live reload ideally, or closer to that experience than currently rebuilding everything -
Link the theme into node_modules with
npm link
and then usegrunt
to watch changes and rebuild automatically.
Copyright © 2024 NodeBB | Contributors