devmode auto-loading of HTML/JS from modules in /server/optionalModules?

LabKey Support Forum (Inactive)
devmode auto-loading of HTML/JS from modules in /server/optionalModules? Ben Bimber  2016-05-27 10:18
Status: Closed
 
I have a module in github. I cloned it into /server/optionalModules/<moduleName>. When I build, it gets built fine. However, when I make edits to HTML/JS/XML files, they dont appear to hot swap like I would expect for simple modules. Should I expect them to, and do I need to do anything to make that happen?

Thanks.
 
 
Matthew Bellew responded:  2016-05-27 10:30
The first thing to check is that the enlistment id and source path are both resolved correctly. Under Admin Console/Module information, expand the section corresponding to your module. The "Enlistment ID" and "Source Path" should both be green. They are black, then scroll up and make sure "Runtime Infoformation/Mode" is not "Production". If they are red, that is the problem.

Post what you find.
 
Ben Bimber responded:  2016-05-27 10:58
that's a cool feature. got it figured out - operator error. thanks.