diff --git a/Viewer/doc/BUILD-NOTES b/Viewer/doc/BUILD-NOTES index 078e292c..21221c2c 100755 --- a/Viewer/doc/BUILD-NOTES +++ b/Viewer/doc/BUILD-NOTES @@ -1,3 +1,17 @@ +In general +---------- + +The idea is to make the project as simple as possible and the dev cycle +as efficient as possible, for this reason only one lib manager is used +(npm), only one build system (make) and any translation layers are +avoided (less is likely to be phased out). + +With this approach for most cases and for testing in the browser after +the initial setup only refreshing the page is required to load most of +the changes (./css/layout.less being the only exception). + + + General environment ------------------- @@ -76,6 +90,7 @@ be available in the path, run this to double check: $ make check-help + To check the full list of dependencies run: $ make check