LDEV-4367 SASS Used for CSS DevelopmentFirst pass of converting our .css development to use SASS. Autobuild toconvert .scss to .css files has been set up for all projects wheretarget .css files were found. The overall ANT build has been modifiedso the normal build will generate the .css files from .scss files. Thebase variables are defined in lams_build/conf/sccs.
LDEV-4332: Refresh page when a tool websocket gets closed. Re-init Command websocket when it gets closed. Rename websockets in JS code to ensure name uniqueness within the page.