You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2022. It is now read-only.
Script Packs can be used, the location varies depending on the approach used:
67
67
- script by script: the packages location is the current directory of your application
68
68
- folder: the packages location is the folder specified
69
69
70
+
**Load script one by one**
71
+
72
+
By default all scripts are loaded in one file to be interpreted by ScriptCS, but it can be source of issues like when [alias are used](https://github.com/scriptcs-contrib/scriptcs-mef/issues/10).
73
+
74
+
The `KeepScriptsSeparated` option allow to load script one by one and remove these issues:
0 commit comments