|
ScriptLoader
ScriptLoader is a successor of my old open source project SmartScript. It is a framework for managing your and third-part JavaScript libraries. It will make you easier to import any script library (your or third-part) without injecting any dirty code. For that, you just need to configure some info in a configuration file. It will automatically load the latest script configured in the configuration file (.jsconfig) when the configuration file or the script was modified. Moreover, it will make the browser cache file go out of date, then down and cache the latest one.It is automatic,you need not pay any attention on it. You can get the all source code from http://code.google.com/p/langzi/downloads/list?q=label:ScriptLoader ScriptLoader is written with C#(2.0). ScriptLoader is licensed under the LGPL License! Let's go, start the QuickStart tutorial! |
Sign in to add a comment