mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-16 13:51:34 +00:00
Change script location.
Split js code. Added cache and changed loading mechanism for js sources.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
let modulDir = "entities/graph/";
|
||||
|
||||
doInclude ([
|
||||
include ("shared/point.js"),
|
||||
include ("entities/edge/api/index.js"),
|
||||
include ("entities/vertex/api/index.js"),
|
||||
include ("model/Graph.js", modulDir)
|
||||
])
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user