You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be a good idea to use symbolic links to "shadow" the dist folder of the skin project into the DNN skin folder. Otherwise these files needed to be copied after each build to test the changes!
The text was updated successfully, but these errors were encountered:
Great question @weggetor! Most people use mklink to shadow the entire nvQuickTheme clone directory during development. Combing that with the gulp watch command makes for a nice workflow - just refresh page and see the latest theme file changes in action. For those that do not know about mklink, SEE HERE. Another helpful link is HERE.
Would be a good idea to use symbolic links to "shadow" the dist folder of the skin project into the DNN skin folder. Otherwise these files needed to be copied after each build to test the changes!
The text was updated successfully, but these errors were encountered: