how i can include this libraries. and how atlas processing dependies in it ( if process at all ) .
example:
i have javascript utility class with some static functions, MyLibrary. it depends on other javascript library, that provide some basic operations with lists ( map, filter, etc. )
I want to have functionality to include only MyLibrary script, and all depends libraries are included automatically.
mogadanez
Member
73 Points
49 Posts
import modules
Sep 22, 2005 09:34 AM|LINK
example:
i have javascript utility class with some static functions, MyLibrary. it depends on other javascript library, that provide some basic operations with lists ( map, filter, etc. )
I want to have functionality to include only MyLibrary script, and all depends libraries are included automatically.
Are you plan this functionality to atlas?