Tip: Faster debugging of themes #718
Unanswered
markdav-is
asked this question in
General
Replies: 1 comment 1 reply
-
I have been doing this for my external modules |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Debuging Themes
debugging themes using multiple solutions is a slow and painful process. This is a shortcut that should save you lots of time when developing themes.
Prerequisites
It's a great idea to have these two repos as siblings in the same root folder.
Setup
Debugging
run the Oqtane.Server project like you normally would
see your change reflected.
you will need to rebuild the solution every time to see you changes.
Packaging themes and deploying them will still be done the reqular way, but this should speed up the debug cycle.
Beta Was this translation helpful? Give feedback.
All reactions