diff Applications/StoneWebViewer/BuildInstructions.txt @ 1860:b8f54ab47b3b

SeriesList: display the SeriesNumber tag in front of image count.
author Alain Mazy <am@osimis.io>
date Tue, 21 Sep 2021 12:29:48 +0200
parents 58681a5c727b
children 63587fdeec69
line wrap: on
line diff
--- a/Applications/StoneWebViewer/BuildInstructions.txt	Mon Sep 20 17:08:23 2021 +0200
+++ b/Applications/StoneWebViewer/BuildInstructions.txt	Tue Sep 21 12:29:48 2021 +0200
@@ -65,4 +65,7 @@
 cd ~/dev/build/wasm-stone-viewer && ninja install
 Then, the viewer is available on http://localhost:8043/stone-webviewer-live/index.html?study=1.2.3.4.5
 
-If you modify the plugin code, you must of course rebuild the plugin and restart Orthanc
\ No newline at end of file
+If you modify the plugin code, you must of course rebuild the plugin and restart Orthanc
+
+If you modify the scss files, you'll need to run:
+- Applications/StoneWebViewer/Resources$ ./node_modules/node-sass/bin/node-sass ./Styles/styles.scss > ../WebApplication/app.css as explained in Applications/StoneWebViewer/Resources/Styles.txt
\ No newline at end of file