N°2847 - Start rework of the CSS/JS/TWIG files structure

This commit is contained in:
Molkobain
2020-06-22 16:56:52 +02:00
parent e37c620d2d
commit 7d4455baf4
20 changed files with 82 additions and 1 deletions

5
js/README.md Normal file
View File

@@ -0,0 +1,5 @@
In order to better separate our developments from the embedded third-party libs, files should be moved in either the /components or /lib folders.
IMPORTANT: Before moving a file, we should first consider if:
- The file is used in an iTop extension that should be compatible with the iTop version currently under developments
- The file is still used in iTop itself (or if we can consider removing it for clean up)